Skip to content

Commit

Permalink
V1.55 Beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Threetwosevensixseven committed Jan 19, 2020
1 parent 87839a4 commit 45cfd87
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Binary file modified dot/NXTP
Binary file not shown.
4 changes: 2 additions & 2 deletions src/asm/main.asm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
; main.asm
; main.asm
; Assembles with regular version of Zeus (not Next version),
zeusemulate "48K", "RAW", "NOROM" ; because that makes it easier to assemble dot commands
zoSupportStringEscapes = true; ; Download Zeus.exe from http://www.desdes.com/products/oldfiles/
optionsize 5
CSpect optionbool 15, -15, "CSpect", false ; Option in Zeus GUI to launch CSpect
RealESP optionbool 80, -15, "Real ESP", true ; Launch CSpect with physical ESP in USB adaptor
RealESP optionbool 80, -15, "Real ESP", false ; Launch CSpect with physical ESP in USB adaptor
UploadNext optionbool 160, -15, "Next", false ; Copy dot command to Next FlashAir card
ErrDebug optionbool 212, -15, "Debug", false ; Print errors onscreen and halt instead of returning to BASIC

Expand Down
26 changes: 13 additions & 13 deletions src/asm/version.asm
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
; version.asm
;
; Auto-generated by ZXVersion.exe
; On 17 Jan 2020 at 19:37
; On 19 Jan 2020 at 16:22

BuildNo macro()
db "54"
db "55"
mend

BuildNoValue equ "54"
BuildNoWidth equ 0 + FW5 + FW4
BuildNoValue equ "55"
BuildNoWidth equ 0 + FW5 + FW5



BuildDate macro()
db "17 Jan 2020"
db "19 Jan 2020"
mend

BuildDateValue equ "17 Jan 2020"
BuildDateWidth equ 0 + FW1 + FW7 + FWSpace + FWJ + FWa + FWn + FWSpace + FW2 + FW0 + FW2 + FW0
BuildDateValue equ "19 Jan 2020"
BuildDateWidth equ 0 + FW1 + FW9 + FWSpace + FWJ + FWa + FWn + FWSpace + FW2 + FW0 + FW2 + FW0



BuildTime macro()
db "19:37"
db "16:22"
mend

BuildTimeValue equ "19:37"
BuildTimeWidth equ 0 + FW1 + FW9 + FWColon + FW3 + FW7
BuildTimeValue equ "16:22"
BuildTimeWidth equ 0 + FW1 + FW6 + FWColon + FW2 + FW2



BuildTimeSecs macro()
db "19:37:40"
db "16:22:42"
mend

BuildTimeSecsValue equ "19:37:40"
BuildTimeSecsWidth equ 0 + FW1 + FW9 + FWColon + FW3 + FW7 + FWColon + FW4 + FW0
BuildTimeSecsValue equ "16:22:42"
BuildTimeSecsWidth equ 0 + FW1 + FW6 + FWColon + FW2 + FW2 + FWColon + FW4 + FW2

0 comments on commit 45cfd87

Please sign in to comment.