diff options
Diffstat (limited to 'src/devices/bus/nes/jncota.h')
-rw-r--r-- | src/devices/bus/nes/jncota.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/jncota.h b/src/devices/bus/nes/jncota.h index 441e6723969..3e8af2e0257 100644 --- a/src/devices/bus/nes/jncota.h +++ b/src/devices/bus/nes/jncota.h @@ -14,7 +14,7 @@ class nes_jncota_kt1001_device : public nes_nrom_device { public: // construction/destruction - nes_jncota_kt1001_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + nes_jncota_kt1001_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); virtual void write_l(offs_t offset, u8 data) override; |