Update comments

This commit is contained in:
Virgil Dupras 2019-06-17 13:42:53 -04:00
parent 00778f73e1
commit 914c6d5abc
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,9 @@
;
; Unsuccessful writes generally mean that we're out of bounds for writing.
;
; All routines are expected to preserve unused registers.
; All routines are expected to preserve unused registers except IX which is
; explicitly protected during GetC/PutC calls. This makes quick "handle+jump"
; definitions possible.
; *** DEFINES ***

View File

@ -589,7 +589,7 @@ _sdcPlaceBuf:
; (SDC_BUFPTR). Only the 9 low bits of HL are important.
push de
ld de, (SDC_BUFPTR)
inc de ; sector LSB
inc de ; sector MSB
inc de ; dirty flag
inc de ; contents
ld a, h ; high byte