summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/sb16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/sb16.cpp')
-rw-r--r--src/devices/bus/isa/sb16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/sb16.cpp b/src/devices/bus/isa/sb16.cpp
index 1207b6dfafd..2a6270469a7 100644
--- a/src/devices/bus/isa/sb16.cpp
+++ b/src/devices/bus/isa/sb16.cpp
@@ -405,7 +405,7 @@ static ADDRESS_MAP_START(sb16_io, AS_IO, 8, sb16_lle_device)
AM_RANGE(MCS51_PORT_P2, MCS51_PORT_P2) AM_READWRITE(p2_r, p2_w)
ADDRESS_MAP_END
-static MACHINE_CONFIG_FRAGMENT( sb16 )
+static MACHINE_CONFIG_START( sb16 )
MCFG_CPU_ADD("sb16_cpu", I80C52, XTAL_24MHz)
MCFG_CPU_IO_MAP(sb16_io)