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
b80151069b
Alignment/size optimizations.
2015-01-28 22:16:50 -05:00
Tyler Stachecki
b8481b0cd4
Unroll the top-level hot functions.
2015-01-22 14:31:25 -05: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
ffe40c4c20
Mark VR4300 exception handlers as cold.
2014-11-09 18:41:09 -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
5dce6e0ea7
Cut down on initialization code size.
2014-07-31 12:37:12 -04:00
Tyler Stachecki
9561aec666
Reduce the size of Release builds.
2014-07-31 11:37:16 -04:00
Tyler Stachecki
b3bafa2e92
Reduce indirect branch overhead.
2014-07-28 00:01:16 -04:00
Tyler Stachecki
850c278cd9
os/unix: Stop using pthreads improperly.
2014-07-27 09:08:54 -04:00
Tyler Stachecki
e16a997119
Squash the longstanding memory bug.
...
Forgot to mask the data by the dqm before writing it on the bus.
We should do this before putting the data on the bus to prevent
the extra operation in each consumer.
2014-07-01 22:03:11 -04:00
Tyler Stachecki
f1b32654bc
os/unix: Handle X11 window close and resize events.
2014-05-19 21:06:27 -04:00
Tyler Stachecki
a5f7925912
Add a temporary fix for buggy load/stores.
2014-04-19 08:06:07 -04:00
Tyler Stachecki
e4104f4cea
Implement RDRAM base reads and writes.
2014-04-18 18:14:49 -04:00
Tyler Stachecki
66f1d1a88d
VR4300: Add support for J, JAL instructions.
2014-04-18 17:45:43 -04:00
Tyler Stachecki
13f0d2c9e5
Bus: Pass the correct instance to cart accessor.
2014-04-18 17:14:21 -04:00
Tyler Stachecki
25a6ae8431
Mask bus writes to requested type, etc.
2014-04-18 13:34:23 -04:00
Tyler Stachecki
d114038a2b
Add option for debugging MMIO register access.
2014-04-18 12:44:57 -04:00
Tyler Stachecki
4560adf7a7
Populate with interfaces and devices.
2014-04-18 11:24:43 -04:00
Tyler Stachecki
ca81cc95f5
Start executing PIF ROM.
2014-03-09 22:38:47 -04:00
Tyler Stachecki
2f3aded155
Initial commit.
2014-03-08 11:12:15 -05:00