summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ie15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ie15.cpp')
-rw-r--r--src/devices/machine/ie15.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/ie15.cpp b/src/devices/machine/ie15.cpp
index 1d45b25db94..9125ebf10fd 100644
--- a/src/devices/machine/ie15.cpp
+++ b/src/devices/machine/ie15.cpp
@@ -566,7 +566,7 @@ static GFXDECODE_START( ie15 )
GFXDECODE_ENTRY("chargen", 0x0000, ie15_charlayout, 0, 1)
GFXDECODE_END
-static MACHINE_CONFIG_FRAGMENT( ie15core )
+static MACHINE_CONFIG_START( ie15core )
/* Basic machine hardware */
MCFG_CPU_ADD("maincpu", IE15_CPU, XTAL_30_8MHz/10)
MCFG_CPU_PROGRAM_MAP(ie15_mem)
@@ -586,7 +586,7 @@ static MACHINE_CONFIG_FRAGMENT( ie15core )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.15)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_FRAGMENT( ie15 )
+static MACHINE_CONFIG_START( ie15 )
MCFG_FRAGMENT_ADD(ie15core)
MCFG_SCREEN_ADD_MONOCHROME("screen", RASTER, rgb_t::green())