summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quakeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/quakeat.c')
-rw-r--r--src/mame/drivers/quakeat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/quakeat.c b/src/mame/drivers/quakeat.c
index ab33a22329a..27c77b8e260 100644
--- a/src/mame/drivers/quakeat.c
+++ b/src/mame/drivers/quakeat.c
@@ -72,8 +72,8 @@ static VIDEO_UPDATE(quake)
}
static struct {
- const device_config *pic8259_1;
- const device_config *pic8259_2;
+ running_device *pic8259_1;
+ running_device *pic8259_2;
} quakeat_devices;
static ADDRESS_MAP_START( quake_map, ADDRESS_SPACE_PROGRAM, 32 )