1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Corrects typo.

This commit is contained in:
Thomas Harte 2019-11-09 14:59:35 -05:00
parent 9d12ca691f
commit cc7ff1ec9e

View File

@ -272,7 +272,7 @@ void CRT::advance_cycles(int number_of_cycles, bool hsync_requested, bool vsync_
colour_burst_amplitude_);
}
// if this is vertical retrace then adcance a field
// if this is vertical retrace then advance a field
if(next_run_length == time_until_vertical_sync_event && next_vertical_sync_event == Flywheel::SyncEvent::EndRetrace) {
if(delegate_) {
frames_since_last_delegate_call_++;