summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/miniboy7.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/miniboy7.c')
-rw-r--r--src/mame/drivers/miniboy7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/miniboy7.c b/src/mame/drivers/miniboy7.c
index e78a76df7c6..77ac03511fc 100644
--- a/src/mame/drivers/miniboy7.c
+++ b/src/mame/drivers/miniboy7.c
@@ -428,7 +428,7 @@ static const ay8910_interface miniboy7_ay8910_intf =
* Machine Drivers *
***********************************/
-static MACHINE_CONFIG_START( miniboy7, driver_data_t )
+static MACHINE_CONFIG_START( miniboy7, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", M6502, MASTER_CLOCK/16) /* guess */