Fixed a comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@1700 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -124,8 +124,8 @@ PAGECOUNT:
|
|||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
; MAP: Map the page in a/x into memory and return a pointer to the page in
|
; MAP: Map the page in a/x into memory and return a pointer to the page in
|
||||||
; a/x. The contents of the currently mapped page (if any) are assumed to be
|
; a/x. The contents of the currently mapped page (if any) may be discarded
|
||||||
; dirty and must be saved into secondary storage if this is necessary.
|
; by the driver.
|
||||||
;
|
;
|
||||||
|
|
||||||
MAP: sta curpage
|
MAP: sta curpage
|
||||||
@@ -212,7 +212,7 @@ transfer:
|
|||||||
sty REU_COMMAND ; Issue command
|
sty REU_COMMAND ; Issue command
|
||||||
|
|
||||||
ldy MMU_CR ; Save the current MMU settings
|
ldy MMU_CR ; Save the current MMU settings
|
||||||
lda #MMU_CFG_RAM0 ;
|
lda #MMU_CFG_RAM0 ;
|
||||||
sei ;
|
sei ;
|
||||||
sta MMU_CR ; Enable RAM in bank #0
|
sta MMU_CR ; Enable RAM in bank #0
|
||||||
lda REU_TRIGGER ; Don't change $FF00
|
lda REU_TRIGGER ; Don't change $FF00
|
||||||
|
|||||||
Reference in New Issue
Block a user