]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_geterrormsg.s
Added SER_ prefix. Whitespace cleanup
[cc65] / libsrc / tgi / tgi_geterrormsg.s
index b7cfd87c1e4da04a8636301218c11e944291929a..d683a1ad5607d5fea1162ad931ccdf6bcba2c1ca 100644 (file)
@@ -41,6 +41,7 @@ offs:   .byte   <(msg0-msgtab)
         .byte   <(msg7-msgtab)
         .byte   <(msg8-msgtab)
         .byte   <(msg9-msgtab)
+        .byte   <(msg10-msgtab)
 
 msgtab:
 msg0:   .asciiz         "No error"
@@ -53,4 +54,6 @@ msg6:   .asciiz         "Function not supported"
 msg7:   .asciiz         "Invalid font file"
 msg8:   .asciiz         "Out of resources"
 msg9:   .asciiz         "Unknown error"
+msg10:  .asciiz         "A driver is already installed"
 
+.assert (*-msgtab) < 256, error, "Message table too large"