mirror of
https://github.com/cc65/cc65.git
synced 2025-01-24 04:34:35 +00:00
Don't hide errors in error handling
You don't want the low byte, see grep _ERR_ libsrc/tgi/*
This commit is contained in:
parent
ce6ee1b891
commit
446a785f95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user