summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pyson.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pyson.cpp')
-rw-r--r--src/mame/drivers/pyson.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/pyson.cpp b/src/mame/drivers/pyson.cpp
index 22ad241f134..04ec583b22a 100644
--- a/src/mame/drivers/pyson.cpp
+++ b/src/mame/drivers/pyson.cpp
@@ -166,6 +166,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void pyson(machine_config &config);
protected:
// devices
@@ -193,7 +194,7 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( pyson )
INPUT_PORTS_END
-static MACHINE_CONFIG_START( pyson )
+MACHINE_CONFIG_START(pyson_state::pyson)
MCFG_CPU_ADD("maincpu", R5000LE, 294000000) // imported from namcops2.c driver
MCFG_MIPS3_ICACHE_SIZE(16384)
MCFG_MIPS3_DCACHE_SIZE(16384)