filename | src/aica/aica.c |
changeset | 975:007bf7eb944f |
prev | 953:f4a156508ad1 |
next | 1024:c67f2d61ab97 |
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/aica/aica.c Tue Jan 13 11:56:28 2009 +00001.2 +++ b/src/aica/aica.c Mon Jan 26 07:26:24 2009 +00001.3 @@ -31,6 +31,10 @@1.5 MMIO_REGION_READ_DEFFN( AICA0 )1.6 MMIO_REGION_READ_DEFFN( AICA1 )1.7 +MMIO_REGION_READ_DEFSUBFNS(AICA0)1.8 +MMIO_REGION_READ_DEFSUBFNS(AICA1)1.9 +MMIO_REGION_READ_DEFSUBFNS(AICA2)1.10 +MMIO_REGION_READ_DEFSUBFNS(AICARTC)1.12 void aica_init( void );1.13 void aica_reset( void );
.