TehMillhouse / chip8

CHIP 8 Emulator in Scala
0 stars 0 forks source link

Everything sucks #2

Open T045T opened 10 years ago

T045T commented 10 years ago

Basically, this commit: https://github.com/T045T/cpphip8/commit/64121d83516f131347ad771e84b74eb673837deb

All the documentation says STR and LDR should modify I to point one byte past the last value written. That's what the original CDP 1802 ASM Chip8 Interpreter did.

But apparently not the Chip8 implementation for HP calculators, which appears to have been more popular. I say this because CONNECT4, BLINKY and TICTAC "mysteriously" started working after I changed my interpreter to Leave I alone! (Sorry for that watermark though)