mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Handle non-HLE situations.
This commit is contained in:
parent
291cc0a473
commit
dc5cdb2a33
@ -2115,7 +2115,8 @@ static TIMER_DEVICE_CALLBACK( transfer_watchdog_callback )
|
||||
for ( ; transfer.fifo_entries; transfer.fifo_entries--)
|
||||
preprocess_write(timer.machine, (*dcs.fifo_data_r)(dcs.cpu));
|
||||
}
|
||||
transfer.watchdog->adjust(ATTOTIME_IN_MSEC(1), transfer.writes_left);
|
||||
if (transfer.watchdog != NULL)
|
||||
transfer.watchdog->adjust(ATTOTIME_IN_MSEC(1), transfer.writes_left);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user