summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot1.c')
-rw-r--r--src/mame/machine/pgmprot1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pgmprot1.c b/src/mame/machine/pgmprot1.c
index 3c2a1a22a10..fafaa7bc1d4 100644
--- a/src/mame/machine/pgmprot1.c
+++ b/src/mame/machine/pgmprot1.c
@@ -377,7 +377,7 @@ DRIVER_INIT( kovshp )
DRIVER_INIT( kovshxas )
{
pgm_basic_init(machine);
-// pgm_kovshp_decrypt(machine);
+// pgm_kovshp_decrypt(machine);
pgm_arm7_type1_latch_init(machine);
machine.device("maincpu")->memory().space(AS_PROGRAM)->install_legacy_read_handler(0x4f0008, 0x4f0009, FUNC(kovsh_fake_region_r));
machine.device("maincpu")->memory().space(AS_PROGRAM)->install_legacy_write_handler(0x500000, 0x500005, FUNC(kovshp_asic27a_write_word));