mirror of
https://github.com/holub/mame
synced 2025-07-07 10:58:41 +03:00
04772: jdreddp: Crash before OK
This commit is contained in:
parent
4f1160fa01
commit
9c691e67ef
@ -526,7 +526,7 @@ DRIVER_INIT( jdreddp )
|
|||||||
/* sound chip protection (hidden RAM) */
|
/* 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_read_bank(0xfbcf, 0xfbf9, "bank7");
|
||||||
machine.device("adpcm:cpu")->memory().space(AS_PROGRAM)->install_write_bank(0xfbcf, 0xfbf9, "bank9");
|
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
|
#if ENABLE_ALL_JDREDD_LEVELS
|
||||||
/* how about the final levels? */
|
/* how about the final levels? */
|
||||||
|
Loading…
Reference in New Issue
Block a user