Moved more files with cleanup

git-svn-id: svn://svn.cc65.org/cc65/trunk@2118 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-02 13:40:01 +00:00
parent 6af35e774d
commit d53211198b
8 changed files with 397 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
.import __CODE_LOAD__,__CODE_RUN__, __CODE_SIZE__
.import __RODATA_LOAD__,__RODATA_RUN__, __RODATA_SIZE__
.import __DATA_LOAD__,__DATA_RUN__, __DATA_SIZE__
.include "zeropage.inc"
.include "nes.inc"
@@ -165,7 +165,7 @@ _exit: jsr donelib ; Run module destructors
; ------------------------------------------------------------------------
; System V-Blank Interupt
; updates PPU Memory (buffered)
; updates VBLANK_FLAG and _tickcount
; updates VBLANK_FLAG and tickcount
; ------------------------------------------------------------------------
nmi: pha
@@ -177,9 +177,9 @@ nmi: pha
lda #1
sta VBLANK_FLAG
inc _tickcount
inc tickcount
bne @s
inc _tickcount+1
inc tickcount+1
@s: jsr ppubuf_flush