summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/banked_cart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/banked_cart.h')
-rw-r--r--src/devices/bus/neogeo/banked_cart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/banked_cart.h b/src/devices/bus/neogeo/banked_cart.h
index 5f9c4d9503d..e57c239419d 100644
--- a/src/devices/bus/neogeo/banked_cart.h
+++ b/src/devices/bus/neogeo/banked_cart.h
@@ -17,7 +17,7 @@ class neogeo_banked_cart_device : public device_t
{
public:
// construction/destruction
- neogeo_banked_cart_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ neogeo_banked_cart_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
memory_bank* m_bank_cartridge;
UINT32 m_main_cpu_bank_address;