Don't bother storing zeroes to joypad registers.

This commit is contained in:
Colin McMillen 2015-05-30 11:32:35 -04:00
parent 116d591c60
commit 48db4aca58

View File

@ -100,12 +100,6 @@ Start:
SetXY16Bit
SetA8Bit
; Store zeroes to the controller status registers.
; TODO(mcmillen): is this needed? I think the system will overwrite these
; automatically.
stz joy1
stz joy1 + 1
jsr LoadPaletteAndTileData
jsr InitializeSpriteTables
jsr InitializeWorld