summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/laz_awetoss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/laz_awetoss.cpp')
-rw-r--r--src/mame/drivers/laz_awetoss.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/laz_awetoss.cpp b/src/mame/drivers/laz_awetoss.cpp
index 8656814f5cb..8796a67052d 100644
--- a/src/mame/drivers/laz_awetoss.cpp
+++ b/src/mame/drivers/laz_awetoss.cpp
@@ -46,10 +46,10 @@ void awetoss_state::machine_reset()
MACHINE_CONFIG_START(awetoss_state::awetoss)
/* basic machine hardware */
-// MCFG_CPU_ADD("maincpu", ??, 8000000) // unknown
-// MCFG_CPU_PROGRAM_MAP(awetoss_map)
-// MCFG_CPU_IO_MAP(awetoss_io)
-// MCFG_CPU_VBLANK_INT_DRIVER("screen", awetoss_state, irq0_line_hold)
+// MCFG_DEVICE_ADD("maincpu", ??, 8000000) // unknown
+// MCFG_DEVICE_PROGRAM_MAP(awetoss_map)
+// MCFG_DEVICE_IO_MAP(awetoss_io)
+// MCFG_DEVICE_VBLANK_INT_DRIVER("screen", awetoss_state, irq0_line_hold)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")