Tim Franssen

Results 40 comments of Tim Franssen

>we need a front-end developer to take over this task Done :wink:

Things resolved in upcoming version 4: * The test suite has been taken apart into stand alone binaries for each test. The menu is only used for the quirks and...

For the subtraction opcodes, the test currently doesn't check how the interpreter sets the flag if the subtracted values are equal, which is apparently an annoying edge case for some...

Things resolved in upcoming [version 4.1](https://github.com/Timendus/chip8-test-suite/pull/14): * Add a test for the scrolling instructions * Add a beeping test * Check subtraction flag for equal values * Solve SUPER-CHIP compatibility...

This was resolved by #22 (but not yet released) - Test the BCD opcode FX33 with a smaller value, to catch issues where the numbers are stored in the wrong...

Things resolved in version 4.2: - The Corax+ test now properly tests both calling and returning, as well as BCD with values that result in one or two digits, thanks...

That's true, the test needs a couple of opcodes to actually be able to run. Honestly I'm slightly surprised that you can even render all of that with only the...

I added this text to the README file: > This test needs the opcodes listed above for the IBM logo as well as the conditional skip opcodes (`3XNN`, `4XNN` and...

Added an overlay allowing the selection of interpreter type and execution speed. Colours is a todo. I'm not sure if exposing the quircks is going to be very useful to...

Hey thanks for this! Sounds like a good idea to add support for selecting multiple files in one go. I'm not sure about the quality of the feedback to the...