From 7c0b049ef71dbe7eb362d6082ac5e1756dbaa661 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Wed, 18 Sep 2013 01:27:44 +0200 Subject: [PATCH] some cosmetic cleanups --- libsrc/atari/shadow_ram_handlers.s | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libsrc/atari/shadow_ram_handlers.s b/libsrc/atari/shadow_ram_handlers.s index 0a7e3ef00..c01f56ddb 100644 --- a/libsrc/atari/shadow_ram_handlers.s +++ b/libsrc/atari/shadow_ram_handlers.s @@ -293,8 +293,6 @@ CIOV_call: php pha disable_rom_val cur_CIOV_PORTB -; lda cur_CIOV_PORTB -; sta PORTB pla plp rts @@ -896,8 +894,6 @@ SIO_call: php pha disable_rom_val cur_SIOV_PORTB -; lda cur_SIOV_PORTB -; sta PORTB pla plp rts @@ -1118,8 +1114,6 @@ KEYBDV_handler: rts ; call keyboard handler kret: pha disable_rom_val cur_KEYBDV_PORTB -; lda cur_KEYBDV_PORTB -; sta PORTB pla rts @@ -1136,8 +1130,6 @@ SETVBV_handler: php pha disable_rom_val cur_SETVBV_PORTB -; lda cur_SETVBV_PORTB -; sta PORTB pla plp rts -- 2.39.5