mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 20:25:20 +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:
@@ -29,6 +29,6 @@ _tgi_unload:
|
|||||||
jmp _mod_free ; Free the driver
|
jmp _mod_free ; Free the driver
|
||||||
|
|
||||||
no_driver:
|
no_driver:
|
||||||
lda #<TGI_ERR_NO_DRIVER
|
lda #TGI_ERR_NO_DRIVER
|
||||||
sta _tgi_error
|
sta _tgi_error
|
||||||
rts
|
rts
|
||||||
|
Reference in New Issue
Block a user