summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/popeye.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/popeye.c')
-rw-r--r--src/mame/drivers/popeye.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/popeye.c b/src/mame/drivers/popeye.c
index fd0e2ea167f..99ab44829f8 100644
--- a/src/mame/drivers/popeye.c
+++ b/src/mame/drivers/popeye.c
@@ -443,7 +443,7 @@ static const ay8910_interface ay8910_config =
-static MACHINE_CONFIG_START( skyskipr, driver_data_t )
+static MACHINE_CONFIG_START( skyskipr, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", Z80, XTAL_8MHz/2) /* 4 MHz */
MDRV_CPU_PROGRAM_MAP(skyskipr_map)