mirror of
https://github.com/cc65/cc65.git
synced 2025-02-27 14:29:52 +00:00
fix INSTALL return value (Stefan Haubenthal)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3695 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
48c3702315
commit
f981dd35ad
@ -64,8 +64,8 @@ JOY_COUNT = 4 ; Number of joysticks we support
|
|||||||
;
|
;
|
||||||
|
|
||||||
INSTALL:
|
INSTALL:
|
||||||
lda #<JOY_ERR_OK
|
lda #JOY_ERR_OK
|
||||||
ldx #>JOY_ERR_OK
|
ldx #0
|
||||||
; rts ; Run into UNINSTALL instead
|
; rts ; Run into UNINSTALL instead
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user