From 029ab62f0cc322126f2fa6929f06d446904d66b5 Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Wed, 8 Mar 2023 14:15:11 -0600 Subject: [PATCH] Fix accidental double-addition of the screen origin --- src/blitter/PEISlammer.s | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/blitter/PEISlammer.s b/src/blitter/PEISlammer.s index a01a437..b6c084c 100644 --- a/src/blitter/PEISlammer.s +++ b/src/blitter/PEISlammer.s @@ -38,11 +38,6 @@ _PEISlam tay ; get the number of lines in the y register txa - clc - adc ScreenY0 ; Adjust for the origin - cmp #201 - bcc *+4 - brk $A7 asl tax lda RTable,x ; This is the right visible byte, so add one to get the