JohnEarnest / chip8Archive

A repository of community-submitted Chip8 programs and their metadata
147 stars 23 forks source link

horseyJump.8o #18

Closed fabianbuettner closed 4 years ago

fabianbuettner commented 4 years ago

This does not seem to be a valid chip8 program does it? It uses 0-byte length sprite to draw the fence and the horse. Also V5 is assigned twice in the beginning (overwriting hX).

TomRintjema commented 4 years ago

0 byte sprites are a superchip feature. Horsey Jump and Horse World Online should both be Superchip games.

fabianbuettner commented 4 years ago

ah thanks for the quick reply

JohnEarnest commented 4 years ago

Yep, horseyJump was miscategorized. Good catch, @fabianbuettner!

JohnEarnest commented 4 years ago

(As for the reuse of v5, that just looks like an oversight in the program itself. Archived as submitted!)

fabianbuettner commented 4 years ago

@JohnEarnest cool, thanks! My chip8 emulator misbehaves with a couple(4-5) of other chip8 roms, but I could not figure it out, yet. @TomRintjema Horse World Online seems to work with my chip8 emulator