venkat24 / tvp

A Nintendo GameBoy Emulator written in C++17 and SFML
MIT License
27 stars 3 forks source link

Add a Meta Cartridge Class which contains Meta Data related to the Cartridge #17

Closed trickarcher closed 5 years ago

trickarcher commented 5 years ago

This PR adds the following features

trickarcher commented 5 years ago

Also, if you don't mind, I have included .idea and cmake-build-debug in .gitignore list. It's just a pain to exclude these things manually when I commit.

venkat24 commented 5 years ago

Thanks for the awesome PR @anish0x2a!