summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315_5296.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/315_5296.c')
-rw-r--r--src/mame/machine/315_5296.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/315_5296.c b/src/mame/machine/315_5296.c
index cea3c540dd0..902087a1399 100644
--- a/src/mame/machine/315_5296.c
+++ b/src/mame/machine/315_5296.c
@@ -30,7 +30,7 @@ const device_type SEGA_315_5296 = &device_creator<sega_315_5296_device>;
//-------------------------------------------------
sega_315_5296_device::sega_315_5296_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, SEGA_315_5296, "Sega 315-5296 I/O", tag, owner, clock, "315-5296", __FILE__),
+ : device_t(mconfig, SEGA_315_5296, "Sega 315-5296 I/O", tag, owner, clock, "315_5296", __FILE__),
m_in_pa_cb(*this),
m_in_pb_cb(*this),
m_in_pc_cb(*this),