Previous 199869 Revisions Next

r20359 Sunday 20th January, 2013 at 02:07:05 UTC by R. Belmont
(MESS) PlayStation: mirror main RAM, fixes Woody Woodpecker Racing [R. Belmont]
[src/mess/drivers]psx.c

trunk/src/mess/drivers/psx.c
r20358r20359
492492}
493493
494494static ADDRESS_MAP_START( psx_map, AS_PROGRAM, 32, psx1_state )
495   AM_RANGE(0x00000000, 0x001fffff) AM_RAM AM_SHARE("share1") /* ram */
495   AM_RANGE(0x00000000, 0x001fffff) AM_RAM AM_MIRROR(0x00e00000) AM_SHARE("share1") /* ram */
496496   AM_RANGE(0x1f801800, 0x1f801803) AM_READWRITE8(psx_cd_r, psx_cd_w, 0xffffffff)
497497   AM_RANGE(0x1fc00000, 0x1fc7ffff) AM_ROM AM_SHARE("share2") AM_REGION("user1", 0) /* bios */
498498   AM_RANGE(0x80000000, 0x801fffff) AM_RAM AM_SHARE("share1") /* ram mirror */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team