diff options
Diffstat (limited to 'src/devices/bus/sega8/ccatch.h')
-rw-r--r-- | src/devices/bus/sega8/ccatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sega8/ccatch.h b/src/devices/bus/sega8/ccatch.h index ab00942904f..141d86fa3ed 100644 --- a/src/devices/bus/sega8/ccatch.h +++ b/src/devices/bus/sega8/ccatch.h @@ -14,7 +14,7 @@ class sega8_cardcatch_device : public sega8_rom_device { public: // construction/destruction - sega8_cardcatch_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sega8_cardcatch_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; |