Mercurial > hg > Members > kono > nitros9-code
changeset 2254:254f75634e96
Use IntMasks instead of $50
author | boisy |
---|---|
date | Sun, 27 Dec 2009 03:34:22 +0000 |
parents | b8f190607a7f |
children | a1e46171d92c |
files | level1/modules/scdwt.asm |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/scdwt.asm Sun Dec 27 03:29:25 2009 +0000 +++ b/level1/modules/scdwt.asm Sun Dec 27 03:34:22 2009 +0000 @@ -350,7 +350,7 @@ **** IRQ ENTRY POINT IRQSvc equ * pshs cc,dp ;save system cc,DP - orcc #$50 ;mask interrupts + orcc #IntMasks ;mask interrupts * mark VIRQ handled (note U is pointer to our VIRQ packet in DP) lda Vi.Stat,u ;VIRQ status register