Search
lxdream.org :: lxdream/src/dreamcast.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.c
changeset 295:6637664291a8
prev277:fcc1274776cb
next372:86aa060ddcec
author nkeynes
date Mon Jan 29 11:25:40 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Change to use common render_unpack_vertexes
Parse the mode word in more detail
file annotate diff log raw
1.1 --- a/src/dreamcast.c Fri Jan 12 10:16:02 2007 +0000
1.2 +++ b/src/dreamcast.c Mon Jan 29 11:25:40 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dreamcast.c,v 1.20 2007-01-12 10:16:02 nkeynes Exp $
1.6 + * $Id: dreamcast.c,v 1.21 2007-01-16 10:34:46 nkeynes Exp $
1.7 * Central switchboard for the system. This pulls all the individual modules
1.8 * together into some kind of coherent structure. This is also where you'd
1.9 * add Naomi support, if I ever get a board to play with...
1.10 @@ -371,9 +371,6 @@
1.11
1.12 /********************************* Save States *****************************/
1.13
1.14 -#define DREAMCAST_SAVE_MAGIC "%!-lxDream!Save\0"
1.15 -#define DREAMCAST_SAVE_VERSION 0x00010000
1.16 -
1.17 struct save_state_header {
1.18 char magic[16];
1.19 uint32_t version;
.