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