summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/segabb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/segabb.cpp')
-rw-r--r--src/mame/machine/segabb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/segabb.cpp b/src/mame/machine/segabb.cpp
index 53246e69126..8adbf5dc809 100644
--- a/src/mame/machine/segabb.cpp
+++ b/src/mame/machine/segabb.cpp
@@ -13,7 +13,7 @@ ADDRESS_MAP_END
DEVICE_ADDRESS_MAP_START(map3, 32, sega_lindbergh_baseboard_device)
ADDRESS_MAP_END
-sega_lindbergh_baseboard_device::sega_lindbergh_baseboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+sega_lindbergh_baseboard_device::sega_lindbergh_baseboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: pci_device(mconfig, SEGA_LINDBERGH_BASEBOARD, "Sega Lindbergh Baseboard", tag, owner, clock, "sega_lindbergh_baseboard", __FILE__)
{
}