pushfoo / eightdad

A Chip-8 interpreter in python that may include other tools in the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add instruction_unhandled bool to virtual machine in vm.py

pushfoo opened this issue · comments

commented

It would allow centralizing showing errors instead of the mess at the end of each subtype function.