Skip to content

Commit

Permalink
Pre-loader disables basic
Browse files Browse the repository at this point in the history
  • Loading branch information
NowinskiK committed Jan 28, 2023
1 parent 70e1a08 commit 3d57345
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/MADS/!main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ admap = $0700 ;tablica adresow do skompresowanych plansz
des = $0800 ;bufor dla rozpakowanej planszy
zst_fnt = $bc00 ;bufor dla backup'u fontow

icl "loader_basic_off.asm"
org $bc00
icl "loader.asm"
org $1000
Expand Down
11 changes: 11 additions & 0 deletions src/MADS/loader_basic_off.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
org $0600

basic_off *

lda PORTB
ora #%10
sta PORTB
rts

ini basic_off

2 changes: 1 addition & 1 deletion src/MADS/ver.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ver1 dta d ' version (debug mode on): '
.else
ver1 dta d ' version: '
.endif
ver2 dta d ' 2.122.2040 '
ver2 dta d ' 2.128.1100 '

; 2=ver 2023 / 114 - MDD / 2201 - HHMM of build

0 comments on commit 3d57345

Please sign in to comment.