use __sig_ign and __sig_dft instead of _sig_ign and _sig_dft

This commit is contained in:
mrdudz
2022-08-28 20:18:34 +02:00
parent 9246775ebe
commit f70020a2b8
5 changed files with 16 additions and 16 deletions

View File

@@ -33,9 +33,9 @@ _raise:
; introduce race conditions, but it's the simplest way to satisfy the
; standard).
lda #<__sig_dfl
lda #<___sig_dfl
sta sigtable,x
lda #>__sig_dfl
lda #>___sig_dfl
sta sigtable+1,x
; Restore the signal number and call the function