filename | src/pvr2/pvr2.c |
changeset | 975:007bf7eb944f |
prev | 953:f4a156508ad1 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Mon Jan 26 07:26:24 2009 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Add read_byte_for_write mem function for correct implementation of AND.B and friends with TLB enabled. Add read_byte and read_long MMIO stubs to do correct sign extension of IO reads |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/pvr2.c Tue Jan 13 11:56:28 2009 +00001.2 +++ b/src/pvr2/pvr2.c Mon Jan 26 07:26:24 2009 +00001.3 @@ -831,6 +831,8 @@1.4 return MMIO_READ( PVR2, reg );1.5 }1.6 }1.7 +MMIO_REGION_READ_DEFSUBFNS(PVR2)1.8 +MMIO_REGION_READ_DEFSUBFNS(PVR2PAL)1.10 MMIO_REGION_WRITE_FN( PVR2PAL, reg, val )1.11 {
.