summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/apple/apple2common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/apple/apple2common.cpp')
-rw-r--r--src/mame/apple/apple2common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/apple/apple2common.cpp b/src/mame/apple/apple2common.cpp
index 317f4061cc6..10340323c52 100644
--- a/src/mame/apple/apple2common.cpp
+++ b/src/mame/apple/apple2common.cpp
@@ -20,7 +20,7 @@ DEFINE_DEVICE_TYPE(APPLE2_COMMON, apple2_common_device, "apple2com", "Apple II C
// apple2_common_device - constructor
//-------------------------------------------------
-apple2_common_device::apple2_common_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+apple2_common_device::apple2_common_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, APPLE2_COMMON, tag, owner, clock),
m_GScpu(*this, finder_base::DUMMY_TAG)
{