1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-13 08:25:28 +00:00

some cosmetic cleanups

This commit is contained in:
Christian Groessler
2013-09-18 01:27:44 +02:00
parent b713706304
commit 7c0b049ef7

View File

@@ -293,8 +293,6 @@ CIOV_call:
php php
pha pha
disable_rom_val cur_CIOV_PORTB disable_rom_val cur_CIOV_PORTB
; lda cur_CIOV_PORTB
; sta PORTB
pla pla
plp plp
rts rts
@@ -896,8 +894,6 @@ SIO_call:
php php
pha pha
disable_rom_val cur_SIOV_PORTB disable_rom_val cur_SIOV_PORTB
; lda cur_SIOV_PORTB
; sta PORTB
pla pla
plp plp
rts rts
@@ -1118,8 +1114,6 @@ KEYBDV_handler:
rts ; call keyboard handler rts ; call keyboard handler
kret: pha kret: pha
disable_rom_val cur_KEYBDV_PORTB disable_rom_val cur_KEYBDV_PORTB
; lda cur_KEYBDV_PORTB
; sta PORTB
pla pla
rts rts
@@ -1136,8 +1130,6 @@ SETVBV_handler:
php php
pha pha
disable_rom_val cur_SETVBV_PORTB disable_rom_val cur_SETVBV_PORTB
; lda cur_SETVBV_PORTB
; sta PORTB
pla pla
plp plp
rts rts