summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/prof80mmu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/prof80mmu.cpp')
-rw-r--r--src/mame/machine/prof80mmu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/prof80mmu.cpp b/src/mame/machine/prof80mmu.cpp
index 4af917bc1e7..68bdabb7237 100644
--- a/src/mame/machine/prof80mmu.cpp
+++ b/src/mame/machine/prof80mmu.cpp
@@ -34,7 +34,7 @@ ADDRESS_MAP_END
// prof80_mmu_device - constructor
//-------------------------------------------------
-prof80_mmu_device::prof80_mmu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+prof80_mmu_device::prof80_mmu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, PROF80_MMU, "PROF80_MMU", tag, owner, clock, "prof80_mmu", __FILE__),
device_memory_interface(mconfig, *this),
m_program_space_config("program", ENDIANNESS_LITTLE, 8, 20, 0, *ADDRESS_MAP_NAME(program_map))