summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kaypro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kaypro.h')
-rw-r--r--src/mame/includes/kaypro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/kaypro.h b/src/mame/includes/kaypro.h
index f30c5d76469..f2b5cc3df29 100644
--- a/src/mame/includes/kaypro.h
+++ b/src/mame/includes/kaypro.h
@@ -22,7 +22,7 @@ public:
TIMER_FLOPPY
};
- kaypro_state(const machine_config &mconfig, device_type type, std::string tag)
+ kaypro_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_palette(*this, "palette")
, m_maincpu(*this, "maincpu")