Fixed many comments

This commit is contained in:
Stefan A. Haubenthal
2025-03-24 20:52:55 +01:00
parent 9f5a195dc2
commit 774e275965
50 changed files with 84 additions and 85 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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