From b32903a7e0c13e15759710e68c28797e139747d1 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Mon, 16 Jan 2023 19:07:18 -0500 Subject: [PATCH] Added .gitignore. Removed commented out code. --- .gitignore | 1 + auxmem.shr.s | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3745e3f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +auxmem.vers.s diff --git a/auxmem.shr.s b/auxmem.shr.s index e52bda5..6d38171 100644 --- a/auxmem.shr.s +++ b/auxmem.shr.s @@ -199,8 +199,6 @@ SHRPRCH320RET >>> ENTAUX RTS SHRPRCH320V4 TXA -* PHP ; Disable interrupts -* SEI CLC ; 65816 native mode XCE REP #$30 ; 16 bit M & X @@ -284,7 +282,6 @@ SHRPRCH320V4 TXA SEC ; Back to emulation mode XCE MX %11 ; Tell Merlin -* PLP ; Normal service resumed RTS @@ -301,8 +298,6 @@ SHRPRCH640 SEC * (Returns via SHRPRCH320RET) SHRPRCH640V4 TXA -* PHP ; Disable interrupts -* SEI CLC ; 65816 native mode XCE REP #$30 ; 16 bit M & X @@ -361,7 +356,6 @@ SHRPRCH640V4 TXA SEC ; Back to emulation mode XCE MX %11 ; Tell Merlin -* PLP ; Normal service resumed RTS @@ -416,8 +410,6 @@ SHRSCR1LINE PHY PHX STA VDUADDR+1 ; Screen line -> MSB STZ VDUADDR+0 ; Zero LSB -* PHP ; Disable interrupts -* SEI CLC ; Enter native mode XCE PHB ; Preserve data bank @@ -479,7 +471,6 @@ SHRSCR1LINE PHY :DONE PLB ; Recover data bank SEC ; Back to emulation mode XCE -* PLP ; Recover flags + regs PLX PLY RTS @@ -491,8 +482,6 @@ SHRRSCR1LINE PHY PHX STA VDUADDR+1 ; Screen line -> MSB STZ VDUADDR+0 ; Zero LSB -* PHP ; Disable interrupts -* SEI CLC ; Enter native mode XCE PHB ; Preserve data bank @@ -554,7 +543,6 @@ SHRRSCR1LINE PHY :DONE PLB ; Recover data bank SEC ; Back to emulation mode XCE -* PLP ; Recover flags + regs PLX PLY RTS