summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/mgear.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/mgear.h')
-rw-r--r--src/devices/bus/sega8/mgear.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sega8/mgear.h b/src/devices/bus/sega8/mgear.h
index 3e8e5f64fc9..85a51f8fa72 100644
--- a/src/devices/bus/sega8/mgear.h
+++ b/src/devices/bus/sega8/mgear.h
@@ -15,7 +15,7 @@ class sega8_mgear_device : public sega8_rom_device
{
public:
// construction/destruction
- sega8_mgear_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ sega8_mgear_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// reading and writing
virtual uint8_t read_cart(offs_t offset) override { return m_subslot->read_cart(offset); }