mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 22:30:59 +00:00
prep for v5.0.1 release
This commit is contained in:
parent
0338ef1032
commit
f9633db15b
@ -3,7 +3,7 @@
|
||||
|
||||
~
|
||||
|
||||
revision 05 / serial number 20230517
|
||||
revision 5.0.1 / serial number 20231113
|
||||
|
||||
~
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Total Replay changelog
|
||||
|
||||
## Revision 5.0.1 / serial number 20231113
|
||||
|
||||
- Fix display issue after quitting DGR games ([PR 549](https://github.com/a2-4am/4cade/pull/549), thanks Tom G.)
|
||||
- Fix off-by-1 bug in several transition effects ([issue 553](https://github.com/a2-4am/4cade/issues/553), thanks xotmatrix)
|
||||
- Mark Galaxian as requiring a joystick, which it does
|
||||
|
||||
## Revision 5 / serial number 20230517
|
||||
|
||||
### Games added in v5
|
||||
|
@ -310,7 +310,7 @@ LoadingBuild
|
||||
} else {
|
||||
LoadingVersion
|
||||
!byte 12
|
||||
!text " v5.0"
|
||||
!text " v5.0.1"
|
||||
}
|
||||
Loading64K
|
||||
!byte 3
|
||||
|
@ -5,4 +5,4 @@
|
||||
;
|
||||
!byte 0
|
||||
!be24 15438592
|
||||
!le16 448
|
||||
!le16 450
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 15439040
|
||||
!be24 15439042
|
||||
!le16 303
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 15439343
|
||||
!be24 15439345
|
||||
!le16 2370
|
||||
|
Loading…
x
Reference in New Issue
Block a user