ADB - update the add/remove to disable interrupt while doing their job. Seeing some weird issues on real hardware.

This commit is contained in:
dwsJason 2018-11-21 19:20:29 -05:00
parent 7e5a7a985d
commit 57b1abb539
1 changed files with 8 additions and 2 deletions

View File

@ -25,7 +25,9 @@ KeyArray start ASMCODE
ds 128
RemoveKeyboardDriver entry
php
sei
phb
phk
plb
@ -46,10 +48,13 @@ RemoveKeyboardDriver entry
_SRQRemove
plb
plp
rtl
AddKeyboardDriver entry
php
sei
phb
phk
plb
@ -103,6 +108,7 @@ clear stz KeyArray,x
_SetVector
plb
plp
rtl ; Back to C
* end for the AddKeyboardDriver