summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/joyport/mecmouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/joyport/mecmouse.h')
-rw-r--r--src/devices/bus/ti99/joyport/mecmouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/joyport/mecmouse.h b/src/devices/bus/ti99/joyport/mecmouse.h
index 0ee23ade546..393bfcb26da 100644
--- a/src/devices/bus/ti99/joyport/mecmouse.h
+++ b/src/devices/bus/ti99/joyport/mecmouse.h
@@ -21,7 +21,7 @@ namespace bus::ti99::joyport {
class mecmouse_device : public device_t, public device_ti99_joyport_interface
{
public:
- mecmouse_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mecmouse_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t read_dev() override;
void write_dev(uint8_t data) override;