mirror of
https://github.com/cc65/cc65.git
synced 2026-04-24 14:17:23 +00:00
clean-up of driver return codes
This commit is contained in:
@@ -47,8 +47,9 @@ JOY_COUNT = 1 ; Number of joysticks we support
|
||||
;
|
||||
|
||||
INSTALL:
|
||||
lda #<JOY_ERR_OK
|
||||
ldx #>JOY_ERR_OK
|
||||
lda #JOY_ERR_OK
|
||||
.assert JOY_ERR_OK = 0, error
|
||||
tax
|
||||
|
||||
; rts ; Run into UNINSTALL instead
|
||||
|
||||
|
||||
Reference in New Issue
Block a user