it usually happens because of the following:
too many banks
too big of playfield/playerx
too many players
or just too much happening in your game.
if your ROM file exceeds more than 4k (4 kilobytes) then you need to check your code.
my uploader on atariage isn't working right so i'll give you my code that will do this.
the way i got psod in this is from too big of a sprite. (way too big)
start playfield: ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ end drawscreen sprites player0: %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000011111111111111111000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000111111111111111111110000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000011111110000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000011111111111111111000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000111111111111111111110000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000011111110000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %00000000000000000000000000000000000000000000000000000000000000 %11111111111111111111111111111111111111111111111111111111111111 end main_loop goto sprites
if you know of any more reasons reply, or if you just wanna say "i love you" that's ok too!
Edited by esplonky, Sun Jun 5, 2011 10:56 PM.














