New version!!!

This commit is contained in:
Pecusx
2025-01-20 14:38:06 +01:00
parent 71296b4a29
commit ce7fb02768
4 changed files with 11 additions and 5 deletions
+10 -4
View File
@@ -77,6 +77,16 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki
## Changelog: ## Changelog:
###### Version 1.52
2025-01-20
Fixes for extremely rare bugs.
1. Better keyboard handling (thanks Gorgh).
2. Very rare interrupts problem fixed.
###### Version 1.51 ###### Version 1.51
2025-01-15 2025-01-15
@@ -88,10 +98,6 @@ We are done.
3. Plasma Blast! (only as one of the tank destruction visual effects). 3. Plasma Blast! (only as one of the tank destruction visual effects).
4. Better keyboard handling (thanks Gorgh).
5. Very rare interrupts problem fixed.
###### Version 1.50 ###### Version 1.50
2024-03-15 2024-03-15
+1 -1
View File
@@ -41,7 +41,7 @@
;--------------------------------------------------- ;---------------------------------------------------
.macro build .macro build
dta d"1.51" ; number of this build (4 bytes) dta d"1.52" ; number of this build (4 bytes)
.endm .endm
.macro RMTSong .macro RMTSong
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.