summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rw5000/a5900.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rw5000/a5900.h')
-rw-r--r--src/devices/cpu/rw5000/a5900.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rw5000/a5900.h b/src/devices/cpu/rw5000/a5900.h
index b6b59508578..1976b01d0cf 100644
--- a/src/devices/cpu/rw5000/a5900.h
+++ b/src/devices/cpu/rw5000/a5900.h
@@ -17,7 +17,7 @@
class a5900_cpu_device : public a5000_cpu_device
{
public:
- a5900_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ a5900_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
void program_512x8(address_map &map);