diff options
Diffstat (limited to 'src/devices/bus/vectrex/slot.h')
-rw-r--r-- | src/devices/bus/vectrex/slot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vectrex/slot.h b/src/devices/bus/vectrex/slot.h index 577338f80fa..b559fbc4ad6 100644 --- a/src/devices/bus/vectrex/slot.h +++ b/src/devices/bus/vectrex/slot.h @@ -64,7 +64,7 @@ class vectrex_cart_slot_device : public device_t, { public: // construction/destruction - vectrex_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + vectrex_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); virtual ~vectrex_cart_slot_device(); // image-level overrides |