summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/r800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z80/r800.h')
-rw-r--r--src/devices/cpu/z80/r800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/r800.h b/src/devices/cpu/z80/r800.h
index bad16f8cfdd..2ed0aa1672e 100644
--- a/src/devices/cpu/z80/r800.h
+++ b/src/devices/cpu/z80/r800.h
@@ -22,7 +22,7 @@ class r800_device : public z80_device
{
public:
// device type constructor
- r800_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ r800_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device_execute_interface overrides