mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Corrected type safety warning.
This commit is contained in:
parent
6c3f5d2caf
commit
b6dd38dad3
@ -447,7 +447,7 @@ unsigned int Machine::perform_bus_operation(CPU6502::BusOperation operation, uin
|
||||
update_audio();
|
||||
_tape.run_for_cycles(cycles);
|
||||
|
||||
if(_typer) _typer->update(cycles);
|
||||
if(_typer) _typer->update((int)cycles);
|
||||
|
||||
return cycles;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user