summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sk1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sk1.cpp')
-rw-r--r--src/mame/drivers/sk1.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/drivers/sk1.cpp b/src/mame/drivers/sk1.cpp
index 1ad5581e705..bdb91ff66e7 100644
--- a/src/mame/drivers/sk1.cpp
+++ b/src/mame/drivers/sk1.cpp
@@ -89,11 +89,10 @@ void sk1_state::sk1_memory(address_map &map)
}
-void sk1_state::sk1(machine_config &config)
-{
+MACHINE_CONFIG_START(sk1_state::sk1)
// just to attach the memory map to something until I can work out what the CPU core is
ADDRESS_MAP_BANK(config, "dummy").set_map(&sk1_state::sk1_memory).set_data_width(8).set_addr_width(16);
-}
+MACHINE_CONFIG_END
INPUT_PORTS_START(sk1)