summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bfm_adr2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bfm_adr2.cpp')
-rw-r--r--src/mame/video/bfm_adr2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bfm_adr2.cpp b/src/mame/video/bfm_adr2.cpp
index 068b980b473..bca9061ffc2 100644
--- a/src/mame/video/bfm_adr2.cpp
+++ b/src/mame/video/bfm_adr2.cpp
@@ -117,7 +117,7 @@ E000-FFFF | R | D D D D D D D D | 8K ROM
const device_type BFM_ADDER2 = &device_creator<bfm_adder2_device>;
-bfm_adder2_device::bfm_adder2_device( const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock )
+bfm_adder2_device::bfm_adder2_device( const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock )
: device_t(mconfig, BFM_ADDER2, "BFM ADDER2", tag, owner, clock, "bfm_adder2", __FILE__),
m_cpu(*this, "adder2"),
m_gfxdecode(*this, "gfxdecode"),