summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/igs025.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/igs025.cpp')
-rw-r--r--src/mame/machine/igs025.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mame/machine/igs025.cpp b/src/mame/machine/igs025.cpp
index 5bbec6fa07e..c1e1b3d83e9 100644
--- a/src/mame/machine/igs025.cpp
+++ b/src/mame/machine/igs025.cpp
@@ -17,7 +17,7 @@
igs025_device::igs025_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : device_t(mconfig, IGS025, "IGS025", tag, owner, clock, "igs_025_022", __FILE__)
+ : device_t(mconfig, IGS025, tag, owner, clock)
{
m_execute_external = igs025_execute_external(FUNC(igs025_device::no_callback_setup), this);
}
@@ -352,8 +352,4 @@ void igs025_device::killbld_protection_calculate_hilo()
}
-
-
-
-
-const device_type IGS025 = device_creator<igs025_device>;
+DEFINE_DEVICE_TYPE(IGS025, igs025_device, "igs025", "IGS025")