mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-04 14:30:19 +00:00
Corrects the 9918 so that it terminates.
This commit is contained in:
parent
7d2adad67e
commit
173e16b107
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user