Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 564:dc7b5ffb0535
prev562:e598411b640b
next575:c3a03d8eb9ff
author nkeynes
date Thu Jan 10 08:28:37 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change More MMU work in progess. Much better now...
file annotate diff log raw
1.1 --- a/src/main.c Tue Jan 01 05:48:06 2008 +0000
1.2 +++ b/src/main.c Thu Jan 10 08:28:37 2008 +0000
1.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.9
1.10 #define S3M_PLAYER "s3mplay.bin"
1.11
.