Previous 199869 Revisions Next

r29644 Monday 14th April, 2014 at 21:23:15 UTC by Angelo Salese
Minor WTF fix, nw
[src/mame/drivers]model2.c

trunk/src/mame/drivers/model2.c
r29643r29644
15151515   AM_RANGE(0x00220000, 0x0023ffff) AM_ROM AM_REGION("maincpu", 0x20000)
15161516
15171517   AM_RANGE(0x00804000, 0x00807fff) AM_READWRITE(geo_prg_r, geo_prg_w)
1518
1519   AM_RANGE(0x00804000, 0x00807fff) AM_READWRITE(geo_prg_r, geo_prg_w)
15201518   AM_RANGE(0x00880000, 0x00883fff) AM_WRITE(copro_function_port_w)
15211519   AM_RANGE(0x00884000, 0x00887fff) AM_READWRITE(copro_fifo_r, copro_fifo_w)
15221520
15231521   AM_RANGE(0x00980000, 0x00980003) AM_READWRITE(copro_ctl1_r,copro_ctl1_w)
15241522   AM_RANGE(0x00980008, 0x0098000b) AM_WRITE(geo_ctl1_w)
1525   AM_RANGE(0x009c0000, 0x009cffff) AM_READWRITE(model2_serial_r, model2o_serial_w )
1523   AM_RANGE(0x009c0000, 0x009cffff) AM_READWRITE(model2_serial_r, model2o_serial_w)
15261524
15271525   AM_RANGE(0x12000000, 0x121fffff) AM_RAM_WRITE(model2o_tex_w0) AM_MIRROR(0x200000) AM_SHARE("textureram0")   // texture RAM 0
15281526   AM_RANGE(0x12400000, 0x125fffff) AM_RAM_WRITE(model2o_tex_w1) AM_MIRROR(0x200000) AM_SHARE("textureram1")   // texture RAM 1

Previous 199869 Revisions Next


© 1997-2024 The MAME Team