mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Corrects the 9918 so that it terminates.
This commit is contained in:
@@ -81,7 +81,7 @@ void TMS9918::run_for(const HalfCycles cycles) {
|
||||
}
|
||||
}
|
||||
|
||||
int_cycles += cycles_left;
|
||||
int_cycles -= cycles_left;
|
||||
column_ = end_column;
|
||||
if(column_ == 342) {
|
||||
column_ = 0;
|
||||
|
Reference in New Issue
Block a user