summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/konppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/konppc.h')
-rw-r--r--src/mame/machine/konppc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/konppc.h b/src/mame/machine/konppc.h
index 81bd547d6c5..cc3a3c386b9 100644
--- a/src/mame/machine/konppc.h
+++ b/src/mame/machine/konppc.h
@@ -21,7 +21,7 @@ class konppc_device : public device_t
{
public:
// construction/destruction
- konppc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ konppc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
static void static_set_num_boards(device_t &device, int num) { downcast<konppc_device &>(device).num_cgboards = num; }
static void static_set_cbboard_type(device_t &device, int cgtype) { downcast<konppc_device &>(device).cgboard_type = cgtype; }