Down to 650 bytes

This commit is contained in:
Michaelangel007 2017-08-16 21:59:46 -07:00
parent d0d93e030c
commit 03bc658f50
3 changed files with 3 additions and 5 deletions

BIN
linuxlogo

Binary file not shown.

View File

@ -103,12 +103,10 @@ detect_langcard
sta RAMIN ; Read RAM
lda $D000
eor #$FF
sta $D000
inc $D000
cmp $D000
bne apple_ii_48K
eor #$FF
sta $D000
beq apple_ii_48K
dec $D000
RAM_64K
ldx #"6" ; "64K"

Binary file not shown.