From aabf0557af2f4ee39b8c244046792a60bedf0082 Mon Sep 17 00:00:00 2001 From: ikari Date: Wed, 29 Feb 2012 21:49:10 +0100 Subject: [PATCH] menu: remove unused screen setup code --- snes/menu.a65 | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/snes/menu.a65 b/snes/menu.a65 index 2d247e7..e9d79a2 100644 --- a/snes/menu.a65 +++ b/snes/menu.a65 @@ -686,32 +686,6 @@ setup_224_adjsel plp rts -setup_448: - php - rep #$30 : .xl : .al - lda #36 - sta listdisp - lda #36*64 - sta textdmasize - lda #$ffc6 - sta hdma_scroll+8 - sep #$20 : .as - lda #$c6 - sta $2110 - lda #$ff - sta $2110 - lda #$01 - sta barstep - ora #$08 - sta $2133 - lda #$04 - sta hdma_math_selection - lda #$01 - sta vidmode - sta menu_dirty - plp - rts - menu_statusbar pha phx