Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 586:2a3ba82cf243
prev544:3c3a4bd77178
next689:9868667e3525
author nkeynes
date Wed Jan 30 09:38:24 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Deliver TMU interrupts precisely rather than only at end of time slice
file annotate diff log raw
1.1 --- a/src/dreamcast.h Thu Nov 22 11:13:57 2007 +0000
1.2 +++ b/src/dreamcast.h Wed Jan 30 09:38:24 2008 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dreamcast.h,v 1.22 2007-11-06 08:35:33 nkeynes Exp $
1.6 + * $Id$
1.7 *
1.8 * Public interface for dreamcast.c -
1.9 * Central switchboard for the system. This pulls all the individual modules
1.10 @@ -60,7 +60,7 @@
1.11 void dreamcast_program_loaded( const gchar *name, sh4addr_t entry_point );
1.12
1.13 #define DREAMCAST_SAVE_MAGIC "%!-lxDream!Save\0"
1.14 -#define DREAMCAST_SAVE_VERSION 0x00010002
1.15 +#define DREAMCAST_SAVE_VERSION 0x00010003
1.16
1.17 int dreamcast_save_state( const gchar *filename );
1.18 int dreamcast_load_state( const gchar *filename );
.