gianlucag / mos6502

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

Update mos6502.h #10

Closed shadersrs3 closed 4 years ago

shadersrs3 commented 4 years ago

Removed typedef since C++ automatically does a typedef to declaration

gianlucag commented 4 years ago

thank you for the pull request