filename | src/pvr2/pvr2mmio.h |
changeset | 931:430048ea8b71 |
prev | 847:2089244671d2 |
author | nkeynes |
date | Tue Dec 23 05:48:05 2008 +0000 (14 years ago) |
branch | lxdream-mem |
permissions | -rw-r--r-- |
last change | More refactoring and general cleanup. Most things should be working again now. Split off cache and start real implementation, breaking save states in the process |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/pvr2mmio.h Sun Sep 07 04:23:49 2008 +00001.2 +++ b/src/pvr2/pvr2mmio.h Tue Dec 23 05:48:05 2008 +00001.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_END1.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
.