manual.xex WIP

This commit is contained in:
2024-03-04 10:53:45 -05:00
parent 6ad0ecdd50
commit 05f304ef60
6 changed files with 5 additions and 5 deletions
Binary file not shown.
Binary file not shown.
+4 -4
View File
@@ -8,7 +8,7 @@
screen_height = 26
screen_width = 40
screen = $1000 ; start - 40*screen_height
screen = $0900 ; start - 40*screen_height
KeyRepeatSpeed = 15 ; (max 127 !!!)
@@ -414,9 +414,6 @@ NTSC
rts
.endp
icl "music/rmtplayr.a65"
dl
:2 .byte SKIP8
.byte LMS+MODE2
@@ -451,6 +448,8 @@ ticksPerSecond .byte 0
fake_pokey :9 .byte 0
pressTimer .byte 0
icl "music/rmtplayr.a65"
man_text
.if LANG = "PL"
@@ -460,6 +459,7 @@ man_text
.endif
man_text_end
.by $ff, $ff
.ECHO *
opt h- ;RMT module is standard Atari binary file already
ins "music/czytaczu1_stripped.rmt" ;include music RMT module
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -27,7 +27,7 @@ TRACKS equ 8
TRACKS equ 4
EIF
;*
PLAYER equ $3400
PLAYER equ $2400
;*
;* RMT FEATures definitions file
;* For optimizations of RMT player routine to concrete RMT modul only!