summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomig1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomig1.h')
-rw-r--r--src/mame/machine/naomig1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomig1.h b/src/mame/machine/naomig1.h
index 0ab82cf134f..717467ab50e 100644
--- a/src/mame/machine/naomig1.h
+++ b/src/mame/machine/naomig1.h
@@ -18,7 +18,7 @@ public:
typedef delegate<void (UINT32 main_adr, void *dma_ptr, UINT32 length, UINT32 size, bool to_mainram)> dma_cb;
- naomi_g1_device(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_g1_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
template<class _cb> void set_irq_cb(_cb cb) { irq_cb.set_callback(cb); }
void set_dma_cb(dma_cb _cb) { _dma_cb = _cb; }