diff options
Diffstat (limited to 'src/mame/drivers/boxer.cpp')
-rw-r--r-- | src/mame/drivers/boxer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/boxer.cpp b/src/mame/drivers/boxer.cpp index 0874a013ab2..eb31c5dc174 100644 --- a/src/mame/drivers/boxer.cpp +++ b/src/mame/drivers/boxer.cpp @@ -31,7 +31,7 @@ public: TIMER_PERIODIC }; - boxer_state(const machine_config &mconfig, device_type type, std::string tag) + boxer_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_tile_ram(*this, "tile_ram"), m_sprite_ram(*this, "sprite_ram"), |