summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/strtheat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/strtheat.c')
-rw-r--r--src/mame/machine/strtheat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/machine/strtheat.c b/src/mame/machine/strtheat.c
index 8c888c9b1e7..0b9fd32df1a 100644
--- a/src/mame/machine/strtheat.c
+++ b/src/mame/machine/strtheat.c
@@ -180,6 +180,9 @@ static READ8_HANDLER( strtheat_inputport_1_r )
DRIVER_INIT( strtheat )
{
+
+ 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. */