1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Added comment

git-svn-id: svn://svn.cc65.org/cc65/trunk@1961 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-02-10 23:00:16 +00:00
parent 993f6a5a16
commit 97e7ce86ae

View File

@ -1,5 +1,6 @@
; ;
; Extended memory driver for the Commodore REU ; Extended memory driver for the Commodore REU. Driver works without
; problems when statically linked.
; ;
; Ullrich von Bassewitz, 2002-11-29 ; Ullrich von Bassewitz, 2002-11-29
; ;
@ -91,7 +92,7 @@ INSTALL:
beq @L1 beq @L1
ldx #>(256*4) ; 256KB when size bit is set ldx #>(256*4) ; 256KB when size bit is set
@L1: stx pagecount+1 @L1: stx pagecount+1
ldx #$FF ldx #$FF
stx curpage stx curpage
stx curpage+1 ; Invalidate the current page stx curpage+1 ; Invalidate the current page