04772: jdreddp: Crash before OK

This commit is contained in:
Phil Bennett 2012-04-26 19:53:40 +00:00
parent 4f1160fa01
commit 9c691e67ef

View File

@ -526,7 +526,7 @@ DRIVER_INIT( jdreddp )
/* sound chip protection (hidden RAM) */
machine.device("adpcm:cpu")->memory().space(AS_PROGRAM)->install_read_bank(0xfbcf, 0xfbf9, "bank7");
machine.device("adpcm:cpu")->memory().space(AS_PROGRAM)->install_write_bank(0xfbcf, 0xfbf9, "bank9");
state->membank("bank9")->set_base(auto_alloc_array(machine, UINT8, 0x80));
state->membank("adpcm:bank9")->set_base(auto_alloc_array(machine, UINT8, 0x80));
#if ENABLE_ALL_JDREDD_LEVELS
/* how about the final levels? */