summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomibd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomibd.h')
-rw-r--r--src/mame/machine/naomibd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomibd.h b/src/mame/machine/naomibd.h
index 1b4d2b705c0..3061291ce65 100644
--- a/src/mame/machine/naomibd.h
+++ b/src/mame/machine/naomibd.h
@@ -12,7 +12,7 @@
class naomi_board : public naomi_g1_device
{
public:
- naomi_board(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ naomi_board(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
static void static_set_eeprom_tag(device_t &device, const char *_eeprom_tag, const char *_actel_tag);