Merge pull request #1850 from polluks2/patch-6

Don't hide errors in error handling
This commit is contained in:
Bob Andrews
2022-09-02 12:08:40 +02:00
committed by GitHub

View File

@@ -29,6 +29,6 @@ _tgi_unload:
jmp _mod_free ; Free the driver
no_driver:
lda #<TGI_ERR_NO_DRIVER
lda #TGI_ERR_NO_DRIVER
sta _tgi_error
rts