mirror of
https://github.com/holub/mame
synced 2025-06-22 20:38:50 +03:00
(MESS) a2600: Fixed E.T. (nw)
This commit is contained in:
parent
7b4efc9676
commit
6b32b9407d
@ -809,7 +809,7 @@ void mos6530_base_t::live_run(const attotime &limit)
|
|||||||
if (LOG_TIMER) logerror("%s %s '%s' timer %02x IRQ 0\n", cur_live.tm.as_string(), name(), tag(), cur_live.value);
|
if (LOG_TIMER) logerror("%s %s '%s' timer %02x IRQ 0\n", cur_live.tm.as_string(), name(), tag(), cur_live.value);
|
||||||
|
|
||||||
if (!cur_live.value) {
|
if (!cur_live.value) {
|
||||||
live_abort();
|
cur_live.state = IDLE;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user