unnecessary 6502 init removed
This commit is contained in:
+4
-4
@@ -235,10 +235,10 @@ FirstSTART
|
|||||||
; move original startup procedure to RAM
|
; move original startup procedure to RAM
|
||||||
Atari5200Splash = $2100 ; apparently there is some free space here
|
Atari5200Splash = $2100 ; apparently there is some free space here
|
||||||
; 6502 initialization
|
; 6502 initialization
|
||||||
SEI
|
; SEI
|
||||||
CLD
|
; CLD
|
||||||
LDX #$FF
|
; LDX #$FF
|
||||||
TXS
|
; TXS
|
||||||
|
|
||||||
|
|
||||||
mwa $fffc temp ; startup proc address
|
mwa $fffc temp ; startup proc address
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user