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

@@ -56,7 +56,7 @@ next: inx
lda STATUS
; Either the Kernal calls above were successfull, or there was
; Either the Kernal calls above were successful, or there was
; already a cmdchannel to the device open -- which is a pretty
; good indication of its existence. ;-)

View File

@@ -91,7 +91,7 @@ Y2 := ptr4
.bss
; The colors are indicies into a TGI palette. The TGI palette is indicies into
; The colors are indices into a TGI palette. The TGI palette is indices into
; VERA's palette. Vera's palette is a table of Red, Green, and Blue levels.
; The first 16 RGB elements mimic the Commodore 64's colors.
@@ -267,7 +267,7 @@ GETPALETTE:
; GETDEFPALETTE: Return the default palette for the driver in .XA. All
; drivers should return something reasonable here, even drivers that don't
; support palettes, otherwise the caller has no way to determine the colors
; of the (not changable) palette.
; of the (not changeable) palette.
;
; Must set an error code: NO (all drivers must have a default palette)

View File

@@ -89,7 +89,7 @@ TEMP3 = sreg ; HORLINE
.bss
; The colors are indicies into a TGI palette. The TGI palette is indicies into
; The colors are indices into a TGI palette. The TGI palette is indices into
; VERA's palette. Vera's palette is a table of Red, Green, and Blue levels.
; The first 16 RGB elements mimic the Commodore 64's colors.
@@ -404,7 +404,7 @@ GETPALETTE:
; GETDEFPALETTE: Return the default palette for the driver in .XA. All
; drivers should return something reasonable here, even drivers that don't
; support palettes, otherwise the caller has no way to determine the colors
; of the (not changable) palette.
; of the (not changeable) palette.
;
; Must set an error code: NO (all drivers must have a default palette)

View File

@@ -6,7 +6,7 @@
;
; VERA's vertical sync causes IRQs which increment the jiffy timer.
;
; Updated by ZeroByteOrg to use Kernal API RDTIM to retreive the TIMER variable
; Updated by ZeroByteOrg to use Kernal API RDTIM to retrieve the TIMER variable
;
.export _waitvsync