summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms9900/tms9900.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms9900/tms9900.h')
-rw-r--r--src/devices/cpu/tms9900/tms9900.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/tms9900/tms9900.h b/src/devices/cpu/tms9900/tms9900.h
index 1be5e10f679..5d7e094d48d 100644
--- a/src/devices/cpu/tms9900/tms9900.h
+++ b/src/devices/cpu/tms9900/tms9900.h
@@ -64,7 +64,7 @@ public:
protected:
tms99xx_device(const machine_config &mconfig, device_type type,
const char *tag, int data_width, int prg_addr_bits, int cru_addr_bits,
- device_t *owner, uint32_t clock);
+ device_t *owner, const XTAL &clock);
// device-level overrides
virtual void device_start() override;
@@ -386,7 +386,7 @@ private:
class tms9900_device : public tms99xx_device
{
public:
- tms9900_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ tms9900_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
};