Skip to content

Commit

Permalink
Only use normally visible RAM.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Jul 28, 2024
1 parent ee31d7e commit 933e0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/target/c128-basic.target
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
}

basic_start = $1c01
basic_end = $7fff
basic_end = $3fff

.include "commodore-basic.inc"

0 comments on commit 933e0b1

Please sign in to comment.