rebase fix
This commit is contained in:
parent
c4baa5e7c1
commit
34b05f4996
1 changed files with 0 additions and 8 deletions
8
rl02.cpp
8
rl02.cpp
|
@ -200,14 +200,6 @@ void rl02::writeWord(const uint16_t addr, uint16_t v)
|
||||||
|
|
||||||
uint32_t temp_disk_offset = calc_offset();
|
uint32_t temp_disk_offset = calc_offset();
|
||||||
|
|
||||||
uint16_t temp = registers[(RL02_DAR - RL02_BASE) / 2];
|
|
||||||
|
|
||||||
sector = temp & 63;
|
|
||||||
head = (temp >> 6) & 1;
|
|
||||||
track = temp >> 7;
|
|
||||||
|
|
||||||
uint32_t temp_disk_offset = calc_offset();
|
|
||||||
|
|
||||||
DOLOG(debug, false, "RL02 read %d bytes (dec) from %d (dec) to %06o (oct) [cylinder: %d, head: %d, sector: %d]", count, temp_disk_offset, memory_address, track, head, sector);
|
DOLOG(debug, false, "RL02 read %d bytes (dec) from %d (dec) to %06o (oct) [cylinder: %d, head: %d, sector: %d]", count, temp_disk_offset, memory_address, track, head, sector);
|
||||||
|
|
||||||
update_dar();
|
update_dar();
|
||||||
|
|
Loading…
Add table
Reference in a new issue