mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-14 13:33:42 +00:00
Added a WD1770 run_for_cycles
call. So I really can now move that as far as reporting that it has no disk?
This commit is contained in:
parent
cd5939501f
commit
e358057440
@ -468,6 +468,7 @@ unsigned int Machine::perform_bus_operation(CPU6502::BusOperation operation, uin
|
|||||||
_tape.run_for_cycles(cycles);
|
_tape.run_for_cycles(cycles);
|
||||||
|
|
||||||
if(_typer) _typer->update((int)cycles);
|
if(_typer) _typer->update((int)cycles);
|
||||||
|
if(_wd1770) _wd1770->run_for_cycles(4*cycles);
|
||||||
|
|
||||||
return cycles;
|
return cycles;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user