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

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