filename | src/pvr2/pvr2mmio.h |
changeset | 193:31151fcc3cb7 |
prev | 191:df4441cf3128 |
next | 197:f65ff8c8320d |
author | nkeynes |
date | Fri Aug 04 01:38:30 2006 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Add more tile list limit tests Implement tile list limits in the ta core. Rename TA_TILEEND to TA_LISTEND |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/pvr2mmio.h Wed Aug 02 06:24:08 2006 +00001.2 +++ b/src/pvr2/pvr2mmio.h Fri Aug 04 01:38:30 2006 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: pvr2mmio.h,v 1.5 2006-08-02 06:24:08 nkeynes Exp $1.6 + * $Id: pvr2mmio.h,v 1.6 2006-08-04 01:38:27 nkeynes Exp $1.7 *1.8 * PVR2 (video chip) MMIO register definitions.1.9 *1.10 @@ -66,7 +66,7 @@1.11 LONG_PORT( 0x10C, BEAMPOS, PORT_R, 0, "Raster beam position" )1.12 LONG_PORT( 0x124, TA_TILEBASE, PORT_MRW, 0, "TA Tile matrix start" )1.13 LONG_PORT( 0x128, TA_POLYBASE, PORT_MRW, 0, "TA Polygon buffer start" )1.14 - LONG_PORT( 0x12C, TA_TILEEND, PORT_MRW, 0, "TA Tile matrix end" )1.15 + LONG_PORT( 0x12C, TA_LISTEND, PORT_MRW, 0, "TA Tile matrix end" )1.16 LONG_PORT( 0x130, TA_POLYEND, PORT_MRW, 0, "TA Polygon buffer end" )1.17 LONG_PORT( 0x134, TA_LISTPOS, PORT_R, 0, "TA Tile list position" )1.18 LONG_PORT( 0x138, TA_POLYPOS, PORT_R, 0, "TA Polygon buffer position" )
.