Update changelog and Version number to 2.1.3-interim

This commit is contained in:
adelikat 2009-11-03 17:04:49 +00:00
parent 113511536e
commit 7fdba079ca
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
---r1527 - FCEUX 2.1.2 Released---
---November 3, 2009---
02-nov-2009 - qeed - fixed mapper 226, 76-in-1 seems to work now, also super 42 also seems to work with this fix, but people with save states with this game should make a new one. Since the the save state format for this game was changed a little.
31-oct-2009 - adelikat - win32 - Memwatch - Save Changes prompt - Selecting yes will do quicksave first, save as 2nd (instead of always defaulting to save as)
19-oct-2009 - qeed - Mapper 253 mostly implemented, known game [ES-1064] Qi Long Zhu (C) is mostly playable (some minor graphic glitches). Thanks to VirtualNESEX for reverse engineering this, gil for giving me the mapper src for implementation reference, and Dead_Body for figuring out this game had to use chr-ram

View File

@ -59,7 +59,7 @@
#endif
#define FCEU_VERSION_NUMERIC 21020
#define FCEU_VERSION_STRING "2.1.2" /*FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER */
#define FCEU_VERSION_STRING "2.1.3" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
#endif