02673: All Sets with HuC6280 as Audio Device (PCE-Based titles): Fatal Error after OK

This commit is contained in:
Aaron Giles 2008-12-04 10:04:22 +00:00
parent c742f29634
commit 9dd0f760aa

View File

@ -206,6 +206,7 @@ static CPU_RESET( h6280 )
h6280.irq_callback = save_irqcallback;
h6280.device = device;
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 */
P = _fI | _fB;