summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midxunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midxunit.c')
-rw-r--r--src/mame/drivers/midxunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midxunit.c b/src/mame/drivers/midxunit.c
index dbf03cab28c..f7c0be6c5b7 100644
--- a/src/mame/drivers/midxunit.c
+++ b/src/mame/drivers/midxunit.c
@@ -98,7 +98,7 @@ There's a separate sound board also, but it wasn't available so is not documente
*
*************************************/
-static ADDRESS_MAP_START( main_map, ADDRESS_SPACE_PROGRAM, 16 )
+static ADDRESS_MAP_START( main_map, AS_PROGRAM, 16 )
AM_RANGE(0x00000000, 0x003fffff) AM_READWRITE(midtunit_vram_data_r, midtunit_vram_data_w)
AM_RANGE(0x00800000, 0x00bfffff) AM_READWRITE(midtunit_vram_color_r, midtunit_vram_color_w)
AM_RANGE(0x20000000, 0x20ffffff) AM_RAM