diff options
Diffstat (limited to 'src/devices/bus/odyssey2/test.h')
-rw-r--r-- | src/devices/bus/odyssey2/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/odyssey2/test.h b/src/devices/bus/odyssey2/test.h index 9227a9d6ea1..d7a93a71f0c 100644 --- a/src/devices/bus/odyssey2/test.h +++ b/src/devices/bus/odyssey2/test.h @@ -21,7 +21,7 @@ class o2_test_device : public device_t, { public: // construction/destruction - o2_test_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + o2_test_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |