Renamed CC65_MMU_CFG to MMU_CFG_CC65

git-svn-id: svn://svn.cc65.org/cc65/trunk@1697 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-02 14:12:25 +00:00
parent dc3b6ecbfe
commit 57e7ce7eb2
3 changed files with 6 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ Head: .word @Next
lda MMU_CR ; Get current memory configuration...
pha ; ...and save it for later
lda #CC65_MMU_CFG ; Bank0 with kernal ROM
lda #MMU_CFG_CC65 ; Bank0 with kernal ROM
sta MMU_CR
; Save the zero page locations we need
@@ -178,7 +178,7 @@ IRQStub:
cld ; Just to be sure
lda MMU_CR ; Get old register value
pha ; And save on stack
lda #CC65_MMU_CFG ; Bank 0 with kernal ROM
lda #MMU_CFG_CC65 ; Bank 0 with kernal ROM
sta MMU_CR
ldy #<(__IRQFUNC_COUNT__*2)
lda #<__IRQFUNC_TABLE__