summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ng_aes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ng_aes.cpp')
-rw-r--r--src/mame/drivers/ng_aes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ng_aes.cpp b/src/mame/drivers/ng_aes.cpp
index 2d0cdd529c0..994dfbef4e5 100644
--- a/src/mame/drivers/ng_aes.cpp
+++ b/src/mame/drivers/ng_aes.cpp
@@ -94,7 +94,7 @@ UINT8 NeoSystem = NEOCD_REGION_JAPAN;
class ng_aes_state : public neogeo_state
{
public:
- ng_aes_state(const machine_config &mconfig, device_type type, std::string tag)
+ ng_aes_state(const machine_config &mconfig, device_type type, const char *tag)
: neogeo_state(mconfig, type, tag)
, m_tempcdc(*this,"tempcdc")
, m_io_in2(*this, "IN2")