From 0adf0549734dd3e47172fe20c9dd96b0995cf283 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Tue, 20 Sep 2022 15:28:59 -0400 Subject: [PATCH] auxmem.hostfs.s/auxmem.misc.s: removed redundant PHP/SEI .. PLP --- auxmem.hostfs.s | 6 ------ auxmem.misc.s | 1 - 2 files changed, 7 deletions(-) diff --git a/auxmem.hostfs.s b/auxmem.hostfs.s index d3b2cc7..158baa8 100644 --- a/auxmem.hostfs.s +++ b/auxmem.hostfs.s @@ -845,8 +845,6 @@ FSCTITLE RTS PARSNAME JSR XYtoLPTR PARSLPTR CLC ; Means parsing a filename JSR GSINIT ; Init general string handling - PHP - SEI ; Disable IRQs LDX #$00 ; Length :L1 JSR GSREAD ; Handle next char BCS :DONE @@ -861,7 +859,6 @@ PARSLPTR CLC ; Means parsing a filename :DONE >>> WRTMAIN STX MOSFILE ; Length byte (Pascal) >>> WRTAUX - PLP ; IRQs back as they were TXA ; Return len in A RTS @@ -871,8 +868,6 @@ PARSLPTR CLC ; Means parsing a filename PARSNAME2 JSR XYtoLPTR PARSLPTR2 CLC ; Means parsing a filename JSR GSINIT ; Init gen string handling - PHP - SEI ; Disable IRQs LDX #$00 ; Length :L1 JSR GSREAD ; Handle next char BCS :DONE @@ -887,7 +882,6 @@ PARSLPTR2 CLC ; Means parsing a filename :DONE >>> WRTMAIN STX MOSFILE2 ; Length byte (Pascal) >>> WRTAUX - PLP ; IRQs back as they were TXA ; Return len in A NOTERROR RTS diff --git a/auxmem.misc.s b/auxmem.misc.s index 6c2fe69..70ded1b 100644 --- a/auxmem.misc.s +++ b/auxmem.misc.s @@ -339,7 +339,6 @@ ROMSELECT PHA PHX PHY - SEI TXA ; A=ROM to select >>> XF2MAIN,SELECTROM ROMSELDONE >>> ENTAUX