diff --git a/scorch.asm b/scorch.asm index cee2115..5107c35 100644 --- a/scorch.asm +++ b/scorch.asm @@ -235,10 +235,10 @@ FirstSTART ; move original startup procedure to RAM Atari5200Splash = $2100 ; apparently there is some free space here ; 6502 initialization - SEI - CLD - LDX #$FF - TXS + ; SEI + ; CLD + ; LDX #$FF + ; TXS mwa $fffc temp ; startup proc address diff --git a/scorch.bin b/scorch.bin index 35876ac..1d96858 100644 Binary files a/scorch.bin and b/scorch.bin differ