mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
Minor WTF fix, nw
This commit is contained in:
parent
ac6d88a264
commit
85621ccc9a
@ -1514,8 +1514,6 @@ static ADDRESS_MAP_START( model2o_mem, AS_PROGRAM, 32, model2_state )
|
|||||||
AM_RANGE(0x00200000, 0x0021ffff) AM_RAM
|
AM_RANGE(0x00200000, 0x0021ffff) AM_RAM
|
||||||
AM_RANGE(0x00220000, 0x0023ffff) AM_ROM AM_REGION("maincpu", 0x20000)
|
AM_RANGE(0x00220000, 0x0023ffff) AM_ROM AM_REGION("maincpu", 0x20000)
|
||||||
|
|
||||||
AM_RANGE(0x00804000, 0x00807fff) AM_READWRITE(geo_prg_r, geo_prg_w)
|
|
||||||
|
|
||||||
AM_RANGE(0x00804000, 0x00807fff) AM_READWRITE(geo_prg_r, geo_prg_w)
|
AM_RANGE(0x00804000, 0x00807fff) AM_READWRITE(geo_prg_r, geo_prg_w)
|
||||||
AM_RANGE(0x00880000, 0x00883fff) AM_WRITE(copro_function_port_w)
|
AM_RANGE(0x00880000, 0x00883fff) AM_WRITE(copro_function_port_w)
|
||||||
AM_RANGE(0x00884000, 0x00887fff) AM_READWRITE(copro_fifo_r, copro_fifo_w)
|
AM_RANGE(0x00884000, 0x00887fff) AM_READWRITE(copro_fifo_r, copro_fifo_w)
|
||||||
|
Loading…
Reference in New Issue
Block a user