summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/norautp.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/mame/drivers/norautp.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/mame/drivers/norautp.c')
-rw-r--r--src/mame/drivers/norautp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/norautp.c b/src/mame/drivers/norautp.c
index 8bb19fc68d4..53002e0d221 100644
--- a/src/mame/drivers/norautp.c
+++ b/src/mame/drivers/norautp.c
@@ -1361,7 +1361,7 @@ static MACHINE_CONFIG_DERIVED( newhilop, noraut_base )
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(newhilop_map)
-// MCFG_CPU_IO_MAP(newhilop_portmap)
+// MCFG_CPU_IO_MAP(newhilop_portmap)
MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
MACHINE_CONFIG_END