diff options
Diffstat (limited to 'src/devices/bus/c64/c128_partner.cpp')
-rw-r--r-- | src/devices/bus/c64/c128_partner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/c128_partner.cpp b/src/devices/bus/c64/c128_partner.cpp index 7c6cf1aea97..e9c3d6cb75e 100644 --- a/src/devices/bus/c64/c128_partner.cpp +++ b/src/devices/bus/c64/c128_partner.cpp @@ -77,7 +77,7 @@ ioport_constructor c128_partner_cartridge_device::device_input_ports() const // c128_partner_cartridge_device - constructor //------------------------------------------------- -c128_partner_cartridge_device::c128_partner_cartridge_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : +c128_partner_cartridge_device::c128_partner_cartridge_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, C128_PARTNER, tag, owner, clock), device_c64_expansion_card_interface(mconfig, *this), m_ram(*this, "ram", 0x2000, ENDIANNESS_LITTLE), |