filename | src/dreamcast.h |
changeset | 571:9bc09948d0f2 |
prev | 561:533f6b478071 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Thu Jan 10 08:28:37 2008 +0000 (15 years ago) |
branch | lxdream-mmu |
permissions | -rw-r--r-- |
last change | More MMU work in progess. Much better now... |
file | annotate | diff | log | raw |
1.1 --- a/src/dreamcast.h Tue Jan 01 05:08:38 2008 +00001.2 +++ b/src/dreamcast.h Thu Jan 10 08:28:37 2008 +00001.3 @@ -60,7 +60,7 @@1.4 void dreamcast_program_loaded( const gchar *name, sh4addr_t entry_point );1.6 #define DREAMCAST_SAVE_MAGIC "%!-lxDream!Save\0"1.7 -#define DREAMCAST_SAVE_VERSION 0x000100021.8 +#define DREAMCAST_SAVE_VERSION 0x000100031.10 int dreamcast_save_state( const gchar *filename );1.11 int dreamcast_load_state( const gchar *filename );
.