mirror of https://github.com/stella-emu/stella.git
Updated changelog for one last fix for TIA PF collision handling.
This commit is contained in:
parent
ba549e1d8a
commit
db5eb89335
|
@ -47,6 +47,9 @@
|
|||
|
||||
* 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
|
||||
executed.
|
||||
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
#define VERSION_HXX
|
||||
|
||||
#define STELLA_VERSION "5.1"
|
||||
#define STELLA_BUILD "4138"
|
||||
#define STELLA_BUILD "4140"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue