mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-21 17:31:08 +00:00
v3.0 release
This commit is contained in:
parent
1cb08a48e6
commit
d778e787fe
@ -1 +1 @@
|
|||||||
T O T A L
R E P L A Y
~
revision 03 / serial number 191230
~
design & interface * * * * * * * * * 4am
ports & rwts * * * * * * * * * * *qkumba
testing & moral support* * * * * * * * *
Frank M * Tom G * option8 * crayone
~
archive.org/details/TotalReplay
[eof]
|
T O T A L
R E P L A Y
~
revision 03 / serial number 20200121
~
design & interface * * * * * * * * * 4am
ports & rwts * * * * * * * * * * *qkumba
testing & moral support* * * * * * * * *
Frank M * Tom G * option8 * crayone
~
archive.org/details/TotalReplay
[eof]
|
@ -1,4 +1,4 @@
|
|||||||
# Revision 3.0 / unreleased
|
# Revision 3.0 / serial number 20200121
|
||||||
|
|
||||||
## New & changed games
|
## New & changed games
|
||||||
|
|
||||||
@ -21,6 +21,7 @@
|
|||||||
- Fixed corrupted graphics in Sneakers game, demo, and screenshots, and now we are entirely done with this I promise
|
- Fixed corrupted graphics in Sneakers game, demo, and screenshots, and now we are entirely done with this I promise
|
||||||
- Fixed Axis Assassin demo hanging on Apple IIgs
|
- Fixed Axis Assassin demo hanging on Apple IIgs
|
||||||
- Fixed a crash in Agent USA
|
- Fixed a crash in Agent USA
|
||||||
|
- Fixed a crash in Spy Hunter at the boat house
|
||||||
- Added missing levels in Out Of This World
|
- Added missing levels in Out Of This World
|
||||||
- Removed latent copy protection in BurgerTime, Sea Dragon, and Spider Raid (sneaky sneaky)
|
- Removed latent copy protection in BurgerTime, Sea Dragon, and Spider Raid (sneaky sneaky)
|
||||||
- Enable fast machine speed or accelerator (if available) to speed up searching, browsing, and game launching
|
- Enable fast machine speed or accelerator (if available) to speed up searching, browsing, and game launching
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2018-9 by 4am
|
;(c) 2018-20 by 4am
|
||||||
;
|
;
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/LAUNCHER.SYSTEM",plain
|
!to "build/LAUNCHER.SYSTEM",plain
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2018-9 by 4am
|
;(c) 2018-20 by 4am
|
||||||
;
|
;
|
||||||
; first-run initialization code
|
; first-run initialization code
|
||||||
;
|
;
|
||||||
@ -188,8 +188,8 @@ LoaderBuild
|
|||||||
!word BUILDNUMBER
|
!word BUILDNUMBER
|
||||||
} else {
|
} else {
|
||||||
LoaderVersion
|
LoaderVersion
|
||||||
!byte 11
|
!byte 4
|
||||||
!text "v3.0-beta.2"
|
!text "v3.0"
|
||||||
}
|
}
|
||||||
Loader64K
|
Loader64K
|
||||||
!byte 3
|
!byte 3
|
||||||
|
Loading…
Reference in New Issue
Block a user