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 ecb8b92beb4..f40f7fe4e1c 100644 --- a/src/devices/bus/wangpc/emb.h +++ b/src/devices/bus/wangpc/emb.h @@ -27,7 +27,7 @@ class wangpc_emb_device : public device_t, { public: // construction/destruction - wangpc_emb_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + wangpc_emb_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); protected: // device-level overrides |