summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/bailey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bailey.cpp')
-rw-r--r--src/mame/drivers/bailey.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/bailey.cpp b/src/mame/drivers/bailey.cpp
index 15232f62605..ef1f4c9a34d 100644
--- a/src/mame/drivers/bailey.cpp
+++ b/src/mame/drivers/bailey.cpp
@@ -44,7 +44,7 @@ public:
}
// devices
- required_device<netlist_mame_device_t> m_maincpu;
+ required_device<netlist_mame_device> m_maincpu;
required_device<fixedfreq_device> m_video;
protected:
@@ -87,7 +87,7 @@ void bailey_state::video_start()
{
}
-static MACHINE_CONFIG_START( bailey, bailey_state )
+static MACHINE_CONFIG_START( bailey )
/* basic machine hardware */
MCFG_DEVICE_ADD("maincpu", NETLIST_CPU, NETLIST_CLOCK)
@@ -152,5 +152,5 @@ ROM_START( fun4a )
ROM_END
-GAME( 1976, fun4, 0, bailey, 0, driver_device, 0, ROT0, "Bailey International", "Fun Four (set 1) [TTL]", MACHINE_IS_SKELETON )
-GAME( 1976, fun4a, fun4, bailey, 0, driver_device, 0, ROT0, "Bailey International", "Fun Four (set 2) [TTL]", MACHINE_IS_SKELETON )
+GAME( 1976, fun4, 0, bailey, 0, bailey_state, 0, ROT0, "Bailey International", "Fun Four (set 1) [TTL]", MACHINE_IS_SKELETON )
+GAME( 1976, fun4a, fun4, bailey, 0, bailey_state, 0, ROT0, "Bailey International", "Fun Four (set 2) [TTL]", MACHINE_IS_SKELETON )