1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00

Unloading the joystick driver didn't reset the interrupts, so the program may

crash later.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3751 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2006-06-04 10:14:30 +00:00
parent e941b34947
commit dc569cad49

View File

@ -16,13 +16,17 @@ _joy_unload:
ora _joy_drv+1
beq no_driver ; No driver
jsr joy_uninstall ; Uninstall the driver
lda _joy_drv
ldx _joy_drv+1
jsr _mod_free ; Free the driver
pha
lda _joy_drv+1
pha ; Save pointer to driver
jmp joy_clear_ptr ; Clear driver pointer, return zero
jsr _joy_uninstall ; Uninstall the driver
pla
tax
pla ; Get pointer to driver
jmp _mod_free ; Free the driver
no_driver:
tax ; X = 0