summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rw5000/b5500.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rw5000/b5500.h')
-rw-r--r--src/devices/cpu/rw5000/b5500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rw5000/b5500.h b/src/devices/cpu/rw5000/b5500.h
index 596cc178485..6d69164ccef 100644
--- a/src/devices/cpu/rw5000/b5500.h
+++ b/src/devices/cpu/rw5000/b5500.h
@@ -17,7 +17,7 @@
class b5500_cpu_device : public a5500_cpu_device
{
public:
- b5500_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ b5500_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device_disasm_interface overrides