mos6502 icon indicating copy to clipboard operation
mos6502 copied to clipboard

Initial version of functional test

Open mre opened this issue 7 years ago • 1 comments
trafficstars

This is an attempt to fix #12. It was copied almost verbatim from other test suites.

Right now, it doesn't work, because our little CPU runs out of memory. I have yet to find out, how other emulators deal with this. Theoretically, the amount of memory should be the same... 🤔

@senden9, @thejpster any ideas on this?

mre avatar Nov 04 '18 22:11 mre

Before i opened #12 i already tried to to implement a few test cases. They failed also for me. I did not research why this happens. Maybe some investigation is necessary to find out what the other emulators do.

senden9 avatar Nov 10 '18 07:11 senden9