summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/usbilliards.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/usbilliards.cpp')
-rw-r--r--src/mame/drivers/usbilliards.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/usbilliards.cpp b/src/mame/drivers/usbilliards.cpp
index 756270fcd18..535b22d4852 100644
--- a/src/mame/drivers/usbilliards.cpp
+++ b/src/mame/drivers/usbilliards.cpp
@@ -48,7 +48,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:
@@ -91,7 +91,7 @@ void usbilliards_state::video_start()
{
}
-static MACHINE_CONFIG_START( usbilliards, usbilliards_state )
+static MACHINE_CONFIG_START( usbilliards )
/* basic machine hardware */
MCFG_DEVICE_ADD("maincpu", NETLIST_CPU, NETLIST_CLOCK)
@@ -135,4 +135,4 @@ ROM_START( sharkusb )
ROM_LOAD( "82s123_a.6n", 0x0100, 0x0100, CRC(63f621cb) SHA1(6c6e6f22313db33afd069dae1b0180b5ccddfa56) ) // 82s123 - handwritten A - A also etched in copper next to socket
ROM_END
-GAME( 1975, sharkusb, 0, usbilliards, 0, driver_device, 0, ROT0, "US Billiards Inc.", "Shark [TTL]", MACHINE_IS_SKELETON )
+GAME( 1975, sharkusb, 0, usbilliards, 0, usbilliards_state, 0, ROT0, "US Billiards Inc.", "Shark [TTL]", MACHINE_IS_SKELETON )