Fixed bugs; and, improved the efficiency of some pce library functions.

This commit is contained in:
Greg King
2015-11-26 15:06:20 -05:00
committed by Oliver Schmidt
parent 959eff34a3
commit 39694d0aaa
16 changed files with 158 additions and 229 deletions

View File

@@ -2,7 +2,7 @@
; IRQ handling (PCE version)
;
.export initirq, doneirq, IRQStub
.export initirq, doneirq, IRQStub, __nmi
.import __INTERRUPTOR_COUNT__, callirq_y
@@ -45,4 +45,4 @@ IRQStub:
pla
plx
@L1: ply
rti
__nmi: rti