gianlucag / mos6502

A fast & simple MOS 6502 CPU emulator written in C++
MIT License
286 stars 56 forks source link

read vectors low byte first #17

Closed omarandlorraine closed 1 year ago

omarandlorraine commented 1 year ago

How's this?

I'm not sure how this is usually built/tested/formatted so appreciate this is a draft

omarandlorraine commented 1 year ago

By the way this is to rectify issue #14

gianlucag commented 1 year ago

Thank you for improving the emulator. PR merged.