summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gameplan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gameplan.c')
-rw-r--r--src/mame/drivers/gameplan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gameplan.c b/src/mame/drivers/gameplan.c
index 26e3c073ff9..b548e4ae297 100644
--- a/src/mame/drivers/gameplan.c
+++ b/src/mame/drivers/gameplan.c
@@ -202,7 +202,7 @@ static const riot6532_interface r6532_interface =
static MACHINE_START( gameplan )
{
gameplan_state *state = machine->driver_data;
-
+
state->riot = device_list_find_by_tag(machine->config->devicelist, RIOT6532, "riot");
via_config(1, &via_1_interface);