Fixed many comments
This commit is contained in:
@@ -125,11 +125,10 @@ uservec: jmp $FFFF ; Patched at runtime
|
||||
|
||||
.data
|
||||
|
||||
; Old break vector preceeded by a jump opcode
|
||||
; Old break vector preceded by a jump opcode
|
||||
brk_old:
|
||||
jmp $0000
|
||||
|
||||
; Indirect vectors preceeded by a jump opcode
|
||||
; Indirect vectors preceded by a jump opcode
|
||||
brk_ind:
|
||||
jmp $0000
|
||||
|
||||
|
||||
@@ -134,7 +134,7 @@ ParityTable:
|
||||
; Interrupt stub that is copied into low RAM. The startup code uses a special
|
||||
; memory configuration with just kernal and I/O enabled (anything else is RAM).
|
||||
; The NMI handler in ROM will switch back to a configuration where just the
|
||||
; low 16K RAM are accessible. So we have to copy a smal piece of code into
|
||||
; low 16K RAM are accessible. So we have to copy a small piece of code into
|
||||
; low RAM that enables the cc65 configuration and then jumps to the real NMI
|
||||
; handler.
|
||||
|
||||
@@ -296,7 +296,7 @@ SER_CLOSE:
|
||||
lda #%00001010
|
||||
sta ACIA_CMD
|
||||
|
||||
; Initalize buffers. Returns zero in a
|
||||
; Initialize buffers. Returns zero in a
|
||||
|
||||
jsr InitBuffers
|
||||
|
||||
|
||||
@@ -268,7 +268,7 @@ INIT:
|
||||
@L1: ldx #$FF
|
||||
stx BITMASK
|
||||
|
||||
; Remeber current color value
|
||||
; Remember current color value
|
||||
ldx #VDC_COLORS
|
||||
jsr VDCReadReg
|
||||
sta OLDCOLOR
|
||||
|
||||
@@ -277,7 +277,7 @@ INIT:
|
||||
@L1: ldx #$FF
|
||||
stx BITMASK
|
||||
|
||||
; Remeber current color value
|
||||
; Remember current color value
|
||||
ldx #VDC_COLORS
|
||||
jsr VDCReadReg
|
||||
sta OLDCOLOR
|
||||
|
||||
Reference in New Issue
Block a user