diff options
Diffstat (limited to 'src/devices/machine/sega_scu.h')
-rw-r--r-- | src/devices/machine/sega_scu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/sega_scu.h b/src/devices/machine/sega_scu.h index 4ee8dd1f08d..0d4da8b9b7c 100644 --- a/src/devices/machine/sega_scu.h +++ b/src/devices/machine/sega_scu.h @@ -41,7 +41,7 @@ class sega_scu_device : public device_t { public: // construction/destruction - sega_scu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sega_scu_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // I/O operations void regs_map(address_map &map); |