summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/prof80mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/prof80mmu.h')
-rw-r--r--src/mame/machine/prof80mmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/prof80mmu.h b/src/mame/machine/prof80mmu.h
index 39247168848..db0352fa913 100644
--- a/src/mame/machine/prof80mmu.h
+++ b/src/mame/machine/prof80mmu.h
@@ -35,7 +35,7 @@ class prof80_mmu_device : public device_t,
public device_memory_interface
{
public:
- prof80_mmu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ prof80_mmu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
virtual DECLARE_ADDRESS_MAP(z80_program_map, 8);