diff options
Diffstat (limited to 'src/devices/bus/bbc/rom/rom.h')
-rw-r--r-- | src/devices/bus/bbc/rom/rom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/rom/rom.h b/src/devices/bus/bbc/rom/rom.h index 282e5471781..4405d3d313f 100644 --- a/src/devices/bus/bbc/rom/rom.h +++ b/src/devices/bus/bbc/rom/rom.h @@ -24,7 +24,7 @@ class bbc_rom_device : public device_t, { public: // construction/destruction - bbc_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + bbc_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |