Basic off and DM logo

This commit is contained in:
Pecusx
2025-06-10 14:26:18 +02:00
parent 7a22c786a7
commit 503a55f5c1
4 changed files with 10 additions and 0 deletions
Binary file not shown.
+10
View File
@@ -85,6 +85,16 @@ display = $a000
.zpvar COLPM3_d .byte
RMT_zpvars = COLPM3_d+1 ; POZOR!!! RMT vars go here
;---------------------------------------------------
; init.... dark screean and BASIC off
ORG $2000
mva #0 dmactls ; dark screen
mva #$ff portb
; and wait one frame :)
seq:wait ; or waitRTC ?
mva #$ff portb ; BASIC off
rts
ini $2000
;---------------------------------------------------
org $2000
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.