diff options
Diffstat (limited to 'src/mame/drivers/jackpool.cpp')
-rw-r--r-- | src/mame/drivers/jackpool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jackpool.cpp b/src/mame/drivers/jackpool.cpp index b5528b4fc8b..2d2ed3c47b0 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, const char *tag) + jackpool_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_vram(*this, "vram"), m_io(*this, "io"), |