filename | src/main.c |
changeset | 564:dc7b5ffb0535 |
prev | 562:e598411b640b |
next | 575:c3a03d8eb9ff |
author | nkeynes |
date | Tue Jan 01 08:37:26 2008 +0000 (15 years ago) |
branch | lxdream-mmu |
permissions | -rw-r--r-- |
last change | Refactor sh4core.h to extract the "public" material into a new sh4.h |
file | annotate | diff | log | raw |
1.1 --- a/src/main.c Tue Jan 01 05:48:06 2008 +00001.2 +++ b/src/main.c Tue Jan 01 08:37:26 2008 +00001.3 @@ -30,7 +30,7 @@1.4 #include "aica/audio.h"1.5 #include "gdrom/gdrom.h"1.6 #include "maple/maple.h"1.7 -#include "sh4/sh4core.h"1.8 +#include "sh4/sh4.h"1.10 #define S3M_PLAYER "s3mplay.bin"
.