summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/mdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/psx/mdec.h')
-rw-r--r--src/devices/cpu/psx/mdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/psx/mdec.h b/src/devices/cpu/psx/mdec.h
index 594b9a73a48..e3065bacb95 100644
--- a/src/devices/cpu/psx/mdec.h
+++ b/src/devices/cpu/psx/mdec.h
@@ -24,7 +24,7 @@ extern const device_type PSX_MDEC;
class psxmdec_device : public device_t
{
public:
- psxmdec_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ psxmdec_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_WRITE32_MEMBER( write );
DECLARE_READ32_MEMBER( read );