Commit graph

11 commits

Author SHA1 Message Date
Tyler J. Stachecki
87d469f1d0 bus: Reduce number of MMIO address mappings. 2016-01-27 02:32:11 -05:00
Mike Ryan
1b2ba38e24 flashram: implement FlashRAM in PI, with mapped reads 2016-01-25 23:18:30 -05:00
Derek "Turtle" Roe
c4afd44ed7 See long description
Replaced all references to simulation with emulation
Updated copyright year
Updated .gitignore to reduce chances of random files being uploaded to
the repo
Added .gitattributes to normalize all text files, and to ignore binary
files (which includes the logo and the NEC PDF)
2015-07-03 08:18:16 -04:00
Tyler Stachecki
c0def926d9 Start filling in lots of 64DD implementation.
Also, fix a few bugs in the past two commits.
2015-01-06 16:50:19 -05:00
Tyler Stachecki
2badc9c2ec Add C2, data sector and MS RAM mappings for 64DD. 2015-01-06 15:33:40 -05:00
Tyler Stachecki
94e8e37824 Add 64DD mappings and a controller. 2015-01-06 15:33:33 -05:00
Tyler Stachecki
538e344442 Add a -nointerface switch, remove spare '\t's. 2014-11-11 17:21:25 -05:00
Tyler Stachecki
e89f054674 Optimize extremely aggressively.
Tell GCC to optimize cold functions for size and stash them away in
a separate part of the binary. Put the simulate core, meanwhile, on
the hot path. Also, bump optimization to -O3 as we can now "afford"
to do so.
2014-11-05 08:39:47 -05:00
Tyler Stachecki
08439c0f5f Remove some calls to malloc(...). 2014-11-01 16:59:12 -04:00
Tyler Stachecki
25a6ae8431 Mask bus writes to requested type, etc. 2014-04-18 13:34:23 -04:00
Tyler Stachecki
ca81cc95f5 Start executing PIF ROM. 2014-03-09 22:38:47 -04:00