diff --git a/art/digital_melody_logo.xex b/art/digital_melody_logo.xex new file mode 100644 index 0000000..834c26c Binary files /dev/null and b/art/digital_melody_logo.xex differ diff --git a/lumber.asm b/lumber.asm index 70afca8..141c4bf 100644 --- a/lumber.asm +++ b/lumber.asm @@ -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 diff --git a/lumber.xex b/lumber.xex index 4572a18..a97a00a 100644 Binary files a/lumber.xex and b/lumber.xex differ diff --git a/timberman.xex b/timberman.xex new file mode 100644 index 0000000..492320c Binary files /dev/null and b/timberman.xex differ