mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
unnecessary 6502 init removed
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user