diff --git a/lumber.asm b/lumber.asm index 70d3aaf..30fb6f4 100644 --- a/lumber.asm +++ b/lumber.asm @@ -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' diff --git a/lumber.xex b/lumber.xex index 7a3b265..016d142 100644 Binary files a/lumber.xex and b/lumber.xex differ