mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
manuals updt for cart loader
This commit is contained in:
+9
-2
@@ -86,8 +86,15 @@ main_loop
|
|||||||
sta dmactls
|
sta dmactls
|
||||||
sta escflag
|
sta escflag
|
||||||
jsr WaitOneFrame
|
jsr WaitOneFrame
|
||||||
; exit
|
; exit to cart loader
|
||||||
jmp start
|
XSRC = $7FE ; -$7FF) - adres początku pliku do załadowania z carta (zakres $a000-$bffff)
|
||||||
|
XBANK = $7FD ;) - bank w którym sie znajduje powyższy początek
|
||||||
|
XCLEAR = $7FC ;) - numer strony od której czyścimy pamięć (jak jest zero to nie czyścimy) czyszczenie zatrzymuje sie na $cfff
|
||||||
|
|
||||||
|
mva #0 XBANK
|
||||||
|
mwa #$a000 XSRC
|
||||||
|
mva #$10 XCLEAR
|
||||||
|
jmp $700
|
||||||
NoEscape
|
NoEscape
|
||||||
jsr MakeScreenCopy
|
jsr MakeScreenCopy
|
||||||
; save the current end of the printed text source
|
; save the current end of the printed text source
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user