netrisk / che

CHIP-8 Emulator
0 stars 0 forks source link

Generate a small Chip-8 intro to be shown before running any game #7

Open netrisk opened 8 years ago

netrisk commented 8 years ago

We could load it at address 0, and by using the Turbo mode we could do some fancy effect for a second or so and then set back normal mode and jump to the desired game.

This could be embedded as binary data in the code and load it somewhere in the che machine memory and jump to it before running a game.