From 33d3f4266229687d7d48fcaf90da51957bf99859 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Oct 2014 20:00:38 -0400 Subject: this indirection is no longer necessary --- main.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.s b/main.s index 016fab1..ce612bb 100644 --- a/main.s +++ b/main.s @@ -163,12 +163,10 @@ NMI: PHA LDA game_state - BEQ do_dma_jmp + BEQ do_dma CMP #$01 BEQ draw_game JMP end_nmi -do_dma_jmp: - JMP do_dma draw_game: LDX #$00 -- cgit v1.2.3