mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Merge branch 'master' into JamReplacement
This commit is contained in:
commit
d2a0beaa67
@ -339,7 +339,7 @@ Cycles Machine::perform_bus_operation(CPU::MOS6502::BusOperation operation, uint
|
||||
}
|
||||
}
|
||||
|
||||
return Cycles(cycles);
|
||||
return Cycles((int)cycles);
|
||||
}
|
||||
|
||||
void Machine::flush() {
|
||||
|
Loading…
Reference in New Issue
Block a user