summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sgi/sgi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sgi/sgi.cpp')
-rw-r--r--src/mame/sgi/sgi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sgi/sgi.cpp b/src/mame/sgi/sgi.cpp
index 0b943ae4d90..70150c8b657 100644
--- a/src/mame/sgi/sgi.cpp
+++ b/src/mame/sgi/sgi.cpp
@@ -27,7 +27,7 @@
DEFINE_DEVICE_TYPE(SGI_MC, sgi_mc_device, "sgi_mc", "SGI Memory Controller")
-sgi_mc_device::sgi_mc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+sgi_mc_device::sgi_mc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, SGI_MC, tag, owner, clock)
, m_maincpu(*this, finder_base::DUMMY_TAG)
, m_eeprom(*this, finder_base::DUMMY_TAG)