filename | src/Makefile.am |
changeset | 19:9da7a8e38f9d |
prev | 17:944f75eea496 |
next | 23:1ec3acd0594d |
author | nkeynes |
date | Thu Dec 22 07:38:12 2005 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Implement 95% of the SCIF serial interface Implement basic load_bin_file function to try to load demos directly Update TMU to run all 3 timers, start on general timing |
file | annotate | diff | log | raw |
1.1 --- a/src/Makefile.am Tue Dec 13 14:47:59 2005 +00001.2 +++ b/src/Makefile.am Thu Dec 22 07:38:12 2005 +00001.3 @@ -20,7 +20,7 @@1.4 maple.c maple.h maple/controller.c maple/controller.h \1.5 sh4/intc.c sh4/intc.h sh4/sh4mem.c \1.6 sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \1.7 - sh4/sh4mmio.c sh4/sh4mmio.h sh4/watch.c \1.8 + sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c sh4/watch.c \1.9 aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \1.10 aica/aica.c aica/aica.h \1.11 fileio.c ipbin.c util.c
.