diff options
Diffstat (limited to 'src/devices/bus/pc8801/jmbx1.h')
-rw-r--r-- | src/devices/bus/pc8801/jmbx1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc8801/jmbx1.h b/src/devices/bus/pc8801/jmbx1.h index 27f9050cae5..94e7b779456 100644 --- a/src/devices/bus/pc8801/jmbx1.h +++ b/src/devices/bus/pc8801/jmbx1.h @@ -13,7 +13,7 @@ class jmbx1_device : public pc8801_exp_device { public: - jmbx1_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + jmbx1_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); virtual void io_map(address_map &map) override; |