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 41c4a4b22ea..646906a587a 100644
--- a/src/mame/drivers/quakeat.c
+++ b/src/mame/drivers/quakeat.c
@@ -83,11 +83,11 @@ static SCREEN_UPDATE(quake)
return 0;
}
-static ADDRESS_MAP_START( quake_map, ADDRESS_SPACE_PROGRAM, 32 )
+static ADDRESS_MAP_START( quake_map, AS_PROGRAM, 32 )
AM_RANGE(0x00000000, 0x0000ffff) AM_ROM AM_REGION("pc_bios", 0) /* BIOS */
ADDRESS_MAP_END
-static ADDRESS_MAP_START( quake_io, ADDRESS_SPACE_IO, 32 )
+static ADDRESS_MAP_START( quake_io, AS_IO, 32 )
// AM_RANGE(0x0000, 0x001f) AM_DEVREADWRITE8("dma8237_1", dma8237_r, dma8237_w, 0xffffffff)
AM_RANGE(0x0020, 0x003f) AM_DEVREADWRITE8("pic8259_1", pic8259_r, pic8259_w, 0xffffffff)
// AM_RANGE(0x0040, 0x005f) AM_DEVREADWRITE8("pit8254", pit8253_r, pit8253_w, 0xffffffff)