BASIC off

This commit is contained in:
Pecusx
2025-07-24 10:54:03 +02:00
parent c78f3e6005
commit fe7aa28898
2 changed files with 11 additions and 0 deletions
+11
View File
@@ -22,9 +22,20 @@
;---------------------------------------------------
.IF TARGET = 800
ORG $3000
; dark screean and BASIC off
mva #0 dmactls ; dark screen
mva #$ff portb
; and wait one frame :)
waitRTC ; or waitRTC ?
mva #$ff portb ; BASIC off
rts
ini $3000
.local
icl 'art/DM_logo_src/digital_melody_logo.asm'
.endl
.ENDIF
;---------------------------------------------------
icl 'lib/ATARISYS.ASM'
BIN
View File
Binary file not shown.