EightBit/inc
Adrian Conlon adf506a41e Optimisation: Prefer return by value to return by reference. ~10% speed-up!
Just watch a video by Chandler Carruth from 2015, where he talked about C++ optimisers...

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2018-02-25 19:48:01 +00:00
..
Bus.h Temporarily perhaps, reintroduce post-read and pre-write bus events (for the NES) 2018-02-07 23:00:38 +00:00
EightBitCompilerDefinitions.h Correct a couple of merge issues. 2017-12-12 23:12:45 +00:00
EventArgs.h
InputOutput.h
IntelProcessor.h Optimisation: Prefer return by value to return by reference. ~10% speed-up! 2018-02-25 19:48:01 +00:00
Memory.h Adjust memory loaders, to allow easier usage (default arguments) 2018-01-25 22:24:08 +00:00
Processor.h Optimisation: Prefer return by value to return by reference. ~10% speed-up! 2018-02-25 19:48:01 +00:00
Ram.h
Register.h
Rom.h
Signal.h
TestHarness.h More pinout oriented method of executing instructions (especially interrupts) 2017-12-10 21:41:48 +00:00