Updated changelog for one last fix for TIA PF collision handling.

This commit is contained in:
Stephen Anthony 2018-02-04 18:58:53 -03:30
parent ba549e1d8a
commit db5eb89335
2 changed files with 4 additions and 1 deletions

View File

@ -47,6 +47,9 @@
* Fixed bug in TIA collision handling; it is now disabled in VBlank. * Fixed bug in TIA collision handling; it is now disabled in VBlank.
* Improve TIA PF collision handling during hblank; this fixes a bug in
Thrust ROM.
* Fixed wrong display of HM values in debugger after 'HMCLR' has been * Fixed wrong display of HM values in debugger after 'HMCLR' has been
executed. executed.

View File

@ -19,6 +19,6 @@
#define VERSION_HXX #define VERSION_HXX
#define STELLA_VERSION "5.1" #define STELLA_VERSION "5.1"
#define STELLA_BUILD "4138" #define STELLA_BUILD "4140"
#endif #endif