summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mephisto_modena.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mephisto_modena.cpp')
-rw-r--r--src/mame/drivers/mephisto_modena.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/mephisto_modena.cpp b/src/mame/drivers/mephisto_modena.cpp
index 6891b54b97d..877c45acf26 100644
--- a/src/mame/drivers/mephisto_modena.cpp
+++ b/src/mame/drivers/mephisto_modena.cpp
@@ -25,6 +25,8 @@ Hold Pawn + Knight buttons at boot for test mode.
#include "mephisto_modena.lh"
+namespace {
+
class modena_state : public driver_device
{
public:
@@ -217,6 +219,8 @@ ROM_START( modenab )
ROM_LOAD("modena_4929_270192.u3", 0x0000, 0x8000, CRC(99212677) SHA1(f0565e5441fb38df201176d01793c953886b0303) )
ROM_END
+} // anonymous namespace
+
/***************************************************************************