summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kongambl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kongambl.c')
-rw-r--r--src/mame/drivers/kongambl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kongambl.c b/src/mame/drivers/kongambl.c
index b4dac4e88fc..4b9081e18b3 100644
--- a/src/mame/drivers/kongambl.c
+++ b/src/mame/drivers/kongambl.c
@@ -126,7 +126,7 @@ static const k053247_interface k053247_intf =
kongambl_sprite_callback
};
-static MACHINE_CONFIG_START( kongambl, driver_data_t )
+static MACHINE_CONFIG_START( kongambl, driver_device )
MDRV_CPU_ADD("maincpu", M68EC020, 25000000)
MDRV_CPU_PROGRAM_MAP(kongambl_map)