filename | src/Makefile.am |
changeset | 931:430048ea8b71 |
prev | 894:1ddd5616c5af |
next | 939:6f2302afeb89 |
author | nkeynes |
date | Tue Dec 23 05:48:05 2008 +0000 (13 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/Makefile.am Fri Oct 24 03:48:40 2008 +00001.2 +++ b/src/Makefile.am Tue Dec 23 05:48:05 2008 +00001.3 @@ -46,6 +46,7 @@1.4 sh4/mmu.c sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \1.5 sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c sh4/sh4stat.c sh4/sh4stat.h \1.6 sh4/xltcache.c sh4/xltcache.h sh4/sh4.h sh4/dmac.h sh4/pmm.c \1.7 + sh4/cache.c sh4/mmu.h \1.8 aica/armcore.c aica/armcore.h aica/armdasm.c aica/armdasm.h aica/armmem.c \1.9 aica/aica.c aica/aica.h aica/audio.c aica/audio.h \1.10 pvr2/pvr2.c pvr2/pvr2.h pvr2/pvr2mem.c pvr2/pvr2mmio.h \
.