| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emumem: A little more speedup. cache and specific change syntax, and are ↵ | 2020-05-25 | 1 | -9/+7 | |
| | | | | | | | | | | | | | | | | | not pointers anymore [O. Galibert] The last(?) two changes are: - Add a template parameter to everything (theoretically the address space width, in practice a level derived from it to keep as much compatibility between widths as possible) so that the shift size becomes a constant. - Change the syntax of declaring and initializing the caches and specifics so that they're embedded in the owner device. Solves lifetime issues and also removes one indirection (looking up the base dispatch pointer through the cache/specific pointer). | ||||
| * | rx01_cpu: Add the rest of the branch conditions (nw) | 2020-04-15 | 1 | -1/+28 | |
| | | |||||
| * | rx01_cpu: Add sector data space in place of scratchpad space (nw) | 2020-04-15 | 1 | -19/+49 | |
| | | |||||
| * | rx01_cpu: Fix AND logic (nw) | 2020-01-11 | 1 | -1/+1 | |
| | | |||||
| * | rx01_cpu: More stubs (nw) | 2020-01-11 | 1 | -2/+22 | |
| | | |||||
| * | rx01_cpu: Add the other flags, with a somewhat awkward display (nw) | 2020-01-09 | 1 | -9/+122 | |
| | | |||||
| * | rx01_cpu: Architectural notes (nw) | 2020-01-08 | 1 | -0/+18 | |
| | | |||||
| * | rx01_cpu: More conditions (nw) | 2020-01-07 | 1 | -3/+20 | |
| | | |||||
| * | rx01: Add CRC shifter (nw) | 2020-01-07 | 1 | -0/+18 | |
| | | |||||
| * | rx01_cpu: Start executing some instructions (nw) | 2020-01-06 | 1 | -8/+135 | |
| | | |||||
| * | rx01: Dumped firmware PROMs [Lord Nightmare] | 2020-01-06 | 1 | -0/+106 | |
| rx01: Add disassembler and skeleton CPU device for custom firmware architecture [AJR] | |||||
