diff options
Diffstat (limited to 'src/devices/bus/cbus/pc9801_snd.h')
-rw-r--r-- | src/devices/bus/cbus/pc9801_snd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/pc9801_snd.h b/src/devices/bus/cbus/pc9801_snd.h index 0c9c694a4e3..63190b94832 100644 --- a/src/devices/bus/cbus/pc9801_snd.h +++ b/src/devices/bus/cbus/pc9801_snd.h @@ -15,7 +15,7 @@ class pc9801_snd_device : public device_t { public: - pc9801_snd_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + pc9801_snd_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); protected: u8 opn_porta_r(); |