diff options
Diffstat (limited to 'src/mame/msx/msx_s1985.h')
-rw-r--r-- | src/mame/msx/msx_s1985.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/msx/msx_s1985.h b/src/mame/msx/msx_s1985.h index edf463c69ee..baf63372b20 100644 --- a/src/mame/msx/msx_s1985.h +++ b/src/mame/msx/msx_s1985.h @@ -15,7 +15,7 @@ class msx_s1985_device : public device_t, public device_nvram_interface { public: - msx_s1985_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + msx_s1985_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // msx_switched_interface overrides virtual uint8_t switched_read(offs_t offset) override; |