filename | src/dreamcast.c |
changeset | 669:ab344e42bca9 |
prev | 586:2a3ba82cf243 |
next | 671:a530ea88eebd |
author | nkeynes |
date | Mon May 12 10:00:13 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Cleanup most of the -Wall warnings (getting a bit sloppy...) Convert FP code to use fixed banks rather than indirect pointer (3-4% faster this way now) |
file | annotate | diff | log | raw |
1.1 --- a/src/dreamcast.c Tue Jan 15 20:50:23 2008 +00001.2 +++ b/src/dreamcast.c Mon May 12 10:00:13 2008 +00001.3 @@ -19,14 +19,16 @@1.5 #include <errno.h>1.6 #include <glib.h>1.7 -#include "dream.h"1.8 -#include "config.h"1.9 +#include "lxdream.h"1.10 #include "mem.h"1.11 +#include "dreamcast.h"1.12 +#include "asic.h"1.13 +#include "syscall.h"1.14 +#include "gui.h"1.15 #include "aica/aica.h"1.16 -#include "asic.h"1.17 -#include "dreamcast.h"1.18 #include "gdrom/ide.h"1.19 #include "maple/maple.h"1.20 +#include "sh4/sh4.h"1.21 #include "sh4/sh4trans.h"1.23 /**
.