summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jackpool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jackpool.cpp')
-rw-r--r--src/mame/drivers/jackpool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jackpool.cpp b/src/mame/drivers/jackpool.cpp
index 2d2ed3c47b0..b5528b4fc8b 100644
--- a/src/mame/drivers/jackpool.cpp
+++ b/src/mame/drivers/jackpool.cpp
@@ -26,7 +26,7 @@ TODO:
class jackpool_state : public driver_device
{
public:
- jackpool_state(const machine_config &mconfig, device_type type, std::string tag)
+ jackpool_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_vram(*this, "vram"),
m_io(*this, "io"),