filename | src/dreamcast.c |
changeset | 25:fa2d21d57942 |
prev | 23:1ec3acd0594d |
next | 26:ad258e3daaa5 |
author | nkeynes |
date | Sat Dec 24 03:33:08 2005 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Fixup include paths + typo for structure changes |
file | annotate | diff | log | raw |
1.1 --- a/src/dreamcast.c Fri Dec 23 11:44:55 2005 +00001.2 +++ b/src/dreamcast.c Sat Dec 24 03:33:08 2005 +00001.3 @@ -3,9 +3,9 @@1.4 #include "mem.h"1.5 #include "aica/aica.h"1.6 #include "asic.h"1.7 -#include "ide.h"1.8 #include "dreamcast.h"1.9 -#include "maple.h"1.10 +#include "gdrom/ide.h"1.11 +#include "maple/maple.h"1.12 #include "modules.h"1.14 /* Central switchboard for the system */
.