summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gp32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gp32.h')
-rw-r--r--src/mame/includes/gp32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gp32.h b/src/mame/includes/gp32.h
index d2e9ea3d5d2..65ae4f28ed0 100644
--- a/src/mame/includes/gp32.h
+++ b/src/mame/includes/gp32.h
@@ -92,7 +92,7 @@ struct s3c240x_iis_t
class gp32_state : public driver_device
{
public:
- gp32_state(const machine_config &mconfig, device_type type, std::string tag)
+ gp32_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_s3c240x_ram(*this, "s3c240x_ram"),
m_maincpu(*this, "maincpu"),