mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Fix: 01534: ajax, ajaxj, typhoon: Access Violation with -debug
This commit is contained in:
parent
5cd9ca723a
commit
0b4e370a73
@ -202,6 +202,9 @@ WRITE8_HANDLER( ajax_bankswitch_2_w )
|
||||
MACHINE_RESET( ajax )
|
||||
{
|
||||
firq_enable = 1;
|
||||
|
||||
ajax_bankswitch_w(machine, 0, 0);
|
||||
ajax_bankswitch_2_w(machine, 0, 0);
|
||||
}
|
||||
|
||||
INTERRUPT_GEN( ajax_interrupt )
|
||||
|
Loading…
Reference in New Issue
Block a user