summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/es5510/es5510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/es5510/es5510.h')
-rw-r--r--src/devices/cpu/es5510/es5510.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/es5510/es5510.h b/src/devices/cpu/es5510/es5510.h
index 9f8d10035ca..7f046416205 100644
--- a/src/devices/cpu/es5510/es5510.h
+++ b/src/devices/cpu/es5510/es5510.h
@@ -19,7 +19,7 @@ public:
static constexpr uint32_t DRAM_MASK = (DRAM_SIZE-1);
static constexpr feature_type imperfect_features() { return feature::SOUND; }
- es5510_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ es5510_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t host_r(address_space &space, offs_t offset);
void host_w(offs_t offset, uint8_t data);