X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fapple2%2Fapple2-40-48-16.s;h=135c883bc5dbadc10a73b78440ec7a654b7ccc56;hb=006be848f20bea84218405d2ed1c882b6678be00;hp=3f439cadc7433c991187f76337ff4fadeba402f7;hpb=4aa00e84e1e5ae9cb54999575faf4b77eb86d9cf;p=cc65 diff --git a/libsrc/apple2/apple2-40-48-16.s b/libsrc/apple2/apple2-40-48-16.s index 3f439cadc..135c883bc 100644 --- a/libsrc/apple2/apple2-40-48-16.s +++ b/libsrc/apple2/apple2-40-48-16.s @@ -54,6 +54,7 @@ Y2 := ptr4 .byte 8 ; System font X size .byte 8 ; System font Y size .word $0198 ; Aspect ratio (based on 4/3 display) + .byte 0 ; TGI driver flags ; Next comes the jump table. With the exception of IRQ, all entries must be ; valid and may point to an RTS for test versions (function not implemented). @@ -256,7 +257,7 @@ text: jsr HOME ; Done, reset the error code lda #TGI_ERR_OK beq :+ ; Branch always - + ; Done, set the error code err: lda #TGI_ERR_INV_ARG : sta ERROR