summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/nintendo/vt1682_alu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/nintendo/vt1682_alu.cpp')
-rw-r--r--src/mame/nintendo/vt1682_alu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/nintendo/vt1682_alu.cpp b/src/mame/nintendo/vt1682_alu.cpp
index 0114c56aab5..f34f45de4fd 100644
--- a/src/mame/nintendo/vt1682_alu.cpp
+++ b/src/mame/nintendo/vt1682_alu.cpp
@@ -14,7 +14,7 @@
DEFINE_DEVICE_TYPE(VT_VT1682_ALU, vrt_vt1682_alu_device, "vt1682alu", "VRT VT1682 ALU")
-vrt_vt1682_alu_device::vrt_vt1682_alu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+vrt_vt1682_alu_device::vrt_vt1682_alu_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, VT_VT1682_ALU, tag, owner, clock)
{
}