mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
02673: All Sets with HuC6280 as Audio Device (PCE-Based titles): Fatal Error after OK
This commit is contained in:
parent
c742f29634
commit
9dd0f760aa
@ -206,6 +206,7 @@ static CPU_RESET( h6280 )
|
|||||||
h6280.irq_callback = save_irqcallback;
|
h6280.irq_callback = save_irqcallback;
|
||||||
h6280.device = device;
|
h6280.device = device;
|
||||||
h6280.program = memory_find_address_space(device, ADDRESS_SPACE_PROGRAM);
|
h6280.program = memory_find_address_space(device, ADDRESS_SPACE_PROGRAM);
|
||||||
|
h6280.io = memory_find_address_space(device, ADDRESS_SPACE_IO);
|
||||||
|
|
||||||
/* set I and B flags */
|
/* set I and B flags */
|
||||||
P = _fI | _fB;
|
P = _fI | _fB;
|
||||||
|
Loading…
Reference in New Issue
Block a user