Commit graph

204 commits

Author SHA1 Message Date
Daniel Prilik
69a3769046 shorten typedef 2017-10-15 11:07:16 -07:00
Daniel Prilik
4f95b10882 Add System Core Class + CPU Memory Map
Also, added a unified Memory interface.
It's pretty basic (just two read / write methods), but it lets me
do some pretty neat stuff with polymorphism.

Eg: I added a Debug object called Memory_Sniffer, which can wrap
any Memory* compliant object, and it will transparently log all
memory operations going across it! Pretty useful IMHO!
2017-10-14 21:01:27 -07:00
Daniel Prilik
cc2fb482ad add mapper infrastructure 2017-10-13 22:39:08 -07:00
Daniel Prilik
2238090a05 *initial commit
Setting up the project. Also, iNES parsing
2017-10-13 20:18:31 -07:00