Skip to content

Commit

Permalink
Merge pull request #106 from SvOlli/Sorbus_memory
Browse files Browse the repository at this point in the history
on Sorbus set corrent end of RAM
  • Loading branch information
davidgiven authored Jan 5, 2024
2 parents 80ae4b7 + abfccf7 commit 5ba9ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/sorbus/sorbus.S
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ zp_end: .byte __USERZEROPAGE_END__
; subtract $0f00 bytes, that bdos wants to map
; BDOS is already fixed at $e800
mem_base: .byte $02-$0f
mem_end: .byte $c0
mem_end: .byte $d0

; DPH for drive 0 (our only drive)

Expand Down

0 comments on commit 5ba9ef7

Please sign in to comment.