1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-04-04 22:29:32 +00:00

Merge pull request #33 from bsutherland/patch-3

Fix cia_disable_irq macro.
This commit is contained in:
Karol Stasiak 2020-01-10 18:39:59 +01:00 committed by GitHub
commit 6f68d9e668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ byte cia2_ddrb @$DD03
macro asm void cia_disable_irq() {
? LDA #$7f
! LDA $dc0d
! LDA $dd0d
! STA $dc0d
! STA $dd0d
! LDA $dc0d
! LDA $dd0d
}