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