Search
lxdream.org :: lxdream/src/pvr2/pvr2mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2mmio.h
changeset 847:2089244671d2
prev728:4dfc293b9d96
next931:430048ea8b71
author nkeynes
date Sun Sep 28 00:31:58 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Simplify triangle extraction (using scene data properly)
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2mmio.h Sun Jul 06 05:30:32 2008 +0000
1.2 +++ b/src/pvr2/pvr2mmio.h Sun Sep 28 00:31:58 2008 +0000
1.3 @@ -89,6 +89,7 @@
1.4 LONG_PORT( 0x164, TA_LISTBASE, PORT_MRW, 0, "TA Tile list start" )
1.5 LONG_PORT( 0x1A8, PVRUNK7, PORT_MRW, 0, "PVR2 unknown register 7" )
1.6 LONG_PORT( 0x1AC, PVRUNK8, PORT_MRW, 0, "PVR2 unknown register 8" )
1.7 + LONG_PORT( 0x200, RENDER_FOGTABLE, PORT_MRW, 0, "Start of fog table" )
1.8 MMIO_REGION_END
1.9
1.10 MMIO_REGION_BEGIN( 0x005F9000, PVR2PAL, "Power VR/2 CLUT Palettes" )
.