diff options
-rw-r--r-- | dla.s | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -82,12 +82,6 @@ init: lda #>DEFAULTPART sta maxparticles+1 - ; init our immediate vblank handler - lda #6 - ldy #<consol_isr - ldx #>consol_isr - jsr SETVBV - ; "New" option jumps here, restore GR.0 screen getargs: jsr restore_gr0 @@ -577,28 +571,6 @@ close1: sta ICCOM,x jmp CIOV -;;; Interrupt handler: consol_isr -;;; Called via immediate IRC. Enables/disables ANTIC DMA based -;;; on the status of the Start key, but only while CRITIC is set. -consol_isr: - ;pha - ;txa - ;pha - lda CRITIC - beq ci_done - ldx #0 - lda CONSOL - cmp #6 - bne ci_nopress - ldx #DMA_ON -ci_nopress: - stx DMACTL -ci_done: - ;pla - ;tax - ;pla - jmp SYSVBV - ;;;;; end of executable code, data tables from here on out. ; prompts. |