summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tvgames/generalplus_gpl16250_m.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/tvgames/generalplus_gpl16250_m.cpp')
-rw-r--r--src/mame/tvgames/generalplus_gpl16250_m.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/tvgames/generalplus_gpl16250_m.cpp b/src/mame/tvgames/generalplus_gpl16250_m.cpp
index c6ed0621d66..27522931dd6 100644
--- a/src/mame/tvgames/generalplus_gpl16250_m.cpp
+++ b/src/mame/tvgames/generalplus_gpl16250_m.cpp
@@ -7,7 +7,7 @@
// device type definition
DEFINE_DEVICE_TYPE(FULL_MEMORY, full_memory_device, "full_memory", "SunPlus Full CS Memory Map")
-full_memory_device::full_memory_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) :
+full_memory_device::full_memory_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, FULL_MEMORY, tag, owner, clock),
device_memory_interface(mconfig, *this),
m_program(nullptr)