Skip to content

Commit

Permalink
Load DOS at a lower address to allow running on 16KB machines.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Sep 28, 2023
1 parent a45c18c commit 00a4b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dos/bwdos.asm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEFMIN EQU 14
DEFSEC EQU 06

* Load address
LOADAD EQU $3000
LOADAD EQU $1C00

ICL "equates.inc"
ICL "bwmac.src"
Expand Down

0 comments on commit 00a4b60

Please sign in to comment.