Search
lxdream.org :: lxdream/src/pvr2/pvr2mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2mmio.h
changeset 728:4dfc293b9d96
prev649:620c5c6496b5
next847:2089244671d2
author nkeynes
date Wed Aug 20 11:25:46 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Setup the interrupt/exception vectors properly in the arm crt0
Use fully guarded memcpy_to_aica for program transfer
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2mmio.h Tue Mar 11 08:50:16 2008 +0000
1.2 +++ b/src/pvr2/pvr2mmio.h Wed Aug 20 11:25:46 2008 +0000
1.3 @@ -88,6 +88,7 @@
1.4 LONG_PORT( 0x160, TA_REINIT, PORT_W, 0, "TA re-initialize" )
1.5 LONG_PORT( 0x164, TA_LISTBASE, PORT_MRW, 0, "TA Tile list start" )
1.6 LONG_PORT( 0x1A8, PVRUNK7, PORT_MRW, 0, "PVR2 unknown register 7" )
1.7 + LONG_PORT( 0x1AC, PVRUNK8, PORT_MRW, 0, "PVR2 unknown register 8" )
1.8 MMIO_REGION_END
1.9
1.10 MMIO_REGION_BEGIN( 0x005F9000, PVR2PAL, "Power VR/2 CLUT Palettes" )
.