Search
lxdream.org :: lxdream/src/pvr2/pvr2mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2mmio.h
changeset 931:430048ea8b71
prev847:2089244671d2
author nkeynes
date Wed Mar 21 14:45:27 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Make sure we destroy the render buffers as part of the GL shutdown (fixes
bug with render buffers not being recreated when we re-init the GL).
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2mmio.h Sun Sep 07 04:23:49 2008 +0000
1.2 +++ b/src/pvr2/pvr2mmio.h Wed Mar 21 14:45:27 2012 +1000
1.3 @@ -95,7 +95,3 @@
1.4 MMIO_REGION_BEGIN( 0x005F9000, PVR2PAL, "Power VR/2 CLUT Palettes" )
1.5 LONG_PORT( 0x000, PAL0_0, PORT_MRW, 0, "Pal0 colour 0" )
1.6 MMIO_REGION_END
1.7 -
1.8 -MMIO_REGION_BEGIN( 0x10000000, PVR2TA, "Power VR/2 TA Command port" )
1.9 - LONG_PORT( 0x000, TACMD, PORT_MRW, 0, "TA Command port" )
1.10 -MMIO_REGION_END
.