mnaberez / py65

Emulate 6502-based microcomputer systems in Python
BSD 3-Clause "New" or "Revised" License
234 stars 68 forks source link

Does not implement proper use of the reset vector. #67

Closed wgaylord closed 2 years ago

wgaylord commented 3 years ago

This emulator doesn't use the reset vector at all. When a reset happens this emulator currently uses a PC passed in on construction instead of reading the reset vector and using it as the starting pc.