clean-up
This commit is contained in:
parent
e4c936f932
commit
5ace4916f8
1 changed files with 4 additions and 3 deletions
7
rk05.cpp
7
rk05.cpp
|
@ -178,9 +178,10 @@ void rk05::writeWord(const uint16_t addr, uint16_t v)
|
|||
temp_diskoffb += cur;
|
||||
|
||||
for(uint32_t i=0; i<cur; i++) {
|
||||
if (p < 0160000)
|
||||
b -> writeUnibusByte(p, xfer_buffer[i]);
|
||||
p++;
|
||||
if (p >= 0160000)
|
||||
break;
|
||||
|
||||
b->writeUnibusByte(p++, xfer_buffer[i]);
|
||||
}
|
||||
|
||||
temp -= cur;
|
||||
|
|
Loading…
Add table
Reference in a new issue