summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/kof98_cart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/kof98_cart.h')
-rw-r--r--src/devices/bus/neogeo/kof98_cart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/neogeo/kof98_cart.h b/src/devices/bus/neogeo/kof98_cart.h
index ae9f469f961..6bf3a715cde 100644
--- a/src/devices/bus/neogeo/kof98_cart.h
+++ b/src/devices/bus/neogeo/kof98_cart.h
@@ -14,8 +14,8 @@ class neogeo_kof98_cart : public device_t,
{
public:
// construction/destruction
- neogeo_kof98_cart(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT16 clock, const char *shortname, const char *source);
- neogeo_kof98_cart(const machine_config &mconfig, std::string tag, device_t *owner, UINT16 clock);
+ neogeo_kof98_cart(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT16 clock, const char *shortname, const char *source);
+ neogeo_kof98_cart(const machine_config &mconfig, const char *tag, device_t *owner, UINT16 clock);
// device-level overrides
virtual void device_start() override;