diff options
Diffstat (limited to 'src/devices/bus/wangpc/mvc.h')
-rw-r--r-- | src/devices/bus/wangpc/mvc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/mvc.h b/src/devices/bus/wangpc/mvc.h index 9911952f6ac..49c3f483367 100644 --- a/src/devices/bus/wangpc/mvc.h +++ b/src/devices/bus/wangpc/mvc.h @@ -27,7 +27,7 @@ class wangpc_mvc_device : public device_t, { public: // construction/destruction - wangpc_mvc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + wangpc_mvc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |