summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomim2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomim2.h')
-rw-r--r--src/mame/machine/naomim2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomim2.h b/src/mame/machine/naomim2.h
index 9da797bf357..ae1bdf3fed8 100644
--- a/src/mame/machine/naomim2.h
+++ b/src/mame/machine/naomim2.h
@@ -13,7 +13,7 @@
class naomi_m2_board : public naomi_board
{
public:
- naomi_m2_board(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ naomi_m2_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
UINT32 rom_cur_address;
static const int RAM_SIZE = 65536;
std::unique_ptr<UINT8[]> ram;