mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
Minor WTF fix, nw
This commit is contained in:
parent
ac6d88a264
commit
85621ccc9a
@ -1514,15 +1514,13 @@ static ADDRESS_MAP_START( model2o_mem, AS_PROGRAM, 32, model2_state )
|
||||
AM_RANGE(0x00200000, 0x0021ffff) AM_RAM
|
||||
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(0x00880000, 0x00883fff) AM_WRITE(copro_function_port_w)
|
||||
AM_RANGE(0x00884000, 0x00887fff) AM_READWRITE(copro_fifo_r, copro_fifo_w)
|
||||
|
||||
AM_RANGE(0x00980000, 0x00980003) AM_READWRITE(copro_ctl1_r,copro_ctl1_w)
|
||||
AM_RANGE(0x00980008, 0x0098000b) AM_WRITE(geo_ctl1_w)
|
||||
AM_RANGE(0x009c0000, 0x009cffff) AM_READWRITE(model2_serial_r, model2o_serial_w )
|
||||
AM_RANGE(0x009c0000, 0x009cffff) AM_READWRITE(model2_serial_r, model2o_serial_w)
|
||||
|
||||
AM_RANGE(0x12000000, 0x121fffff) AM_RAM_WRITE(model2o_tex_w0) AM_MIRROR(0x200000) AM_SHARE("textureram0") // texture RAM 0
|
||||
AM_RANGE(0x12400000, 0x125fffff) AM_RAM_WRITE(model2o_tex_w1) AM_MIRROR(0x200000) AM_SHARE("textureram1") // texture RAM 1
|
||||
|
Loading…
Reference in New Issue
Block a user