summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/drakton.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/drakton.c')
-rw-r--r--src/mame/machine/drakton.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/machine/drakton.c b/src/mame/machine/drakton.c
index 70a6556ac46..61df996fcf1 100644
--- a/src/mame/machine/drakton.c
+++ b/src/mame/machine/drakton.c
@@ -103,9 +103,13 @@ static void drakton_decrypt_rom_B(void)
DRIVER_INIT( drakton )
{
+
+ memory_install_read8_handler(0, ADDRESS_SPACE_PROGRAM, 0x0000, 0x3fff, 0, 0, MRA8_BANK1 );
+
/* While the PAL supports up to 16 decryption methods, only four
are actually used in the PAL. Therefore, we'll take a little
memory overhead and decrypt the ROMs using each method in advance. */
+
drakton_decrypt_rom_8();
drakton_decrypt_rom_9();
drakton_decrypt_rom_A();