summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pda600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pda600.cpp')
-rw-r--r--src/mame/drivers/pda600.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/pda600.cpp b/src/mame/drivers/pda600.cpp
index dfe5ff7eee0..bc8157271cf 100644
--- a/src/mame/drivers/pda600.cpp
+++ b/src/mame/drivers/pda600.cpp
@@ -78,6 +78,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint8_t * m_video_ram;
+ void pda600(machine_config &config);
};
@@ -196,7 +197,7 @@ static GFXDECODE_START( pda600 )
GFXDECODE_END
-static MACHINE_CONFIG_START( pda600 )
+MACHINE_CONFIG_START(pda600_state::pda600)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu",Z180, XTAL_14_31818MHz)
MCFG_CPU_PROGRAM_MAP(pda600_mem)