sarospa / arachNES

"Average NES emulator contains 3 spiders" factoid actually just statistical error...
GNU Affero General Public License v3.0
0 stars 1 forks source link

Feature: Automatic movie verification #17

Open sarospa opened 7 years ago

sarospa commented 7 years ago

The next step is to have arach_movie generate a memory dump at the last frame of the movie, and then have arach_test go through every available dump file, run through the matching movie, and compare its own memory dump against the verification file. This will require figuring out what all needs to be dumped in order to have a complete verification file. At the very least, that should include all RAM, and possibly certain registers as well.