summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/315-6154.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sega/315-6154.cpp')
-rw-r--r--src/mame/sega/315-6154.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/315-6154.cpp b/src/mame/sega/315-6154.cpp
index 633a88de447..c1a2718ebfb 100644
--- a/src/mame/sega/315-6154.cpp
+++ b/src/mame/sega/315-6154.cpp
@@ -6,7 +6,7 @@
DEFINE_DEVICE_TYPE(SEGA315_6154, sega_315_6154_device, "sega315_6154", "Sega 315-6154 Northbridge")
-sega_315_6154_device::sega_315_6154_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+sega_315_6154_device::sega_315_6154_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: pci_host_device(mconfig, SEGA315_6154, tag, owner, clock),
m_configuration_config("configuration_space", ENDIANNESS_LITTLE, 32, 20),
m_memory_config("memory_space", ENDIANNESS_LITTLE, 32, 32)