summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc8801/pc8801_23.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc8801/pc8801_23.h')
-rw-r--r--src/devices/bus/pc8801/pc8801_23.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc8801/pc8801_23.h b/src/devices/bus/pc8801/pc8801_23.h
index b112274c7d0..c8405bf900a 100644
--- a/src/devices/bus/pc8801/pc8801_23.h
+++ b/src/devices/bus/pc8801/pc8801_23.h
@@ -12,7 +12,7 @@
class pc8801_23_device : public pc8801_exp_device
{
public:
- pc8801_23_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ pc8801_23_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
static constexpr feature_type unemulated_features() { return feature::SOUND; }