quephird / happiNESs

An attempt at an NES emulator written in Swift
4 stars 0 forks source link

Need to reset entire virtual machine whenever we load another ROM #14

Closed quephird closed 1 week ago

quephird commented 2 weeks ago

Once we successfully load one ROM, upon loading a second one, the emulator either crashes or hangs. Ooops!

quephird commented 1 week ago

Addressed in https://github.com/quephird/happiNESs/pull/21