From 6f61a296e938a14038172b401347daeaadd5c770 Mon Sep 17 00:00:00 2001 From: Andrew Gardner Date: Sat, 9 May 2015 16:26:46 +0200 Subject: [PATCH] Comment fix (nw) --- src/mess/drivers/monty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/drivers/monty.c b/src/mess/drivers/monty.c index a8d150691ff..9c717db90a7 100644 --- a/src/mess/drivers/monty.c +++ b/src/mess/drivers/monty.c @@ -70,7 +70,7 @@ ADDRESS_MAP_END static ADDRESS_MAP_START(monty_io, AS_IO, 8, monty_state) ADDRESS_MAP_GLOBAL_MASK(0xff) AM_RANGE(0x00, 0x00) AM_WRITE(ioCommandWrite0) - // TODO: "unmapped io memory read from 0001 & FF" - almost certainly a watchdog or inputs - resets around pc=135f if some condition isn't met + // TODO: "unmapped io memory read from 0001 & FF" - almost certainly a watchdog or inputs - resets around pc=1350 if some condition isn't met AM_RANGE(0x02, 0x02) AM_WRITE(ioCommandWrite1) AM_RANGE(0x80, 0xff) AM_WRITE(ioDisplayWrite) ADDRESS_MAP_END