Remove needless instruction to make the code assemble.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5986 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -29,7 +29,6 @@ initirq:
|
|||||||
.code
|
.code
|
||||||
|
|
||||||
doneirq:
|
doneirq:
|
||||||
beq NoIRQ2
|
|
||||||
lda IRQInd+1
|
lda IRQInd+1
|
||||||
ldx IRQInd+2
|
ldx IRQInd+2
|
||||||
sei
|
sei
|
||||||
|
|||||||
Reference in New Issue
Block a user