diff options
Diffstat (limited to 'src/devices/bus/vcs/compumat.h')
-rw-r--r-- | src/devices/bus/vcs/compumat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs/compumat.h b/src/devices/bus/vcs/compumat.h index 2d16f24db88..16603404bb1 100644 --- a/src/devices/bus/vcs/compumat.h +++ b/src/devices/bus/vcs/compumat.h @@ -17,7 +17,7 @@ class a26_rom_cm_device : public a26_rom_base_device { public: // construction/destruction - a26_rom_cm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + a26_rom_cm_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // device-level overrides virtual ioport_constructor device_input_ports() const override; |