Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc. code pruning and maintenance (nw) | 2020-02-29 | 1 | -1/+1 | |
| | |||||
* | clean up various stuff (nw) | 2020-02-26 | 1 | -1/+1 | |
| | |||||
* | rii: Fix TBRD address calculation; fix carry logic for several instructions (nw) | 2020-02-21 | 2 | -17/+19 | |
| | |||||
* | epg3231: Add speech timer interrupt (nw) | 2020-02-20 | 2 | -1/+28 | |
| | |||||
* | (nw) whole lot less of { *this } | 2020-02-05 | 2 | -8/+6 | |
| | |||||
* | riscii: Add interrupt processing (nw) | 2019-11-01 | 2 | -0/+47 | |
| | |||||
* | rii: Many updates | 2019-09-25 | 4 | -72/+1038 | |
| | | | | | | | | | | | - Identify CPU type used by vreadere as ePG3231 - Add preliminary port I/O handlers and callbacks - Add stub handlers and state variables for interrupt controller, timers, synthesizer, UART and SPI - Fix TBRD addressing of external data memory - Fix calculation of carry flag for normal additive operations - Implement multi-byte carry/borrow for applicable registers - Implement signed multiplication option - Add internal stack buffer for saving PCH during calls/interrupts | ||||
* | (nw) please try to ensure #include guards will trip special-casing in dumb ↵ | 2019-09-16 | 1 | -1/+1 | |
| | | | | preprocessors to reduce filesystem operations | ||||
* | riscii: Improve offset calculation for TBRD (nw) | 2019-09-13 | 2 | -3/+10 | |
| | |||||
* | rii: Misc. adjustments (nw) | 2019-09-10 | 1 | -5/+6 | |
| | |||||
* | rii: Stack endianness is swapped; TBRD is allowed to be RPTed (nw) | 2019-09-10 | 1 | -5/+14 | |
| | |||||
* | rii: Add standard status flag display (nw) | 2019-09-10 | 2 | -2/+24 | |
| | |||||
* | Add preliminary RISC II execution core | 2019-09-10 | 3 | -26/+1128 | |
| | |||||
* | rii: Misc. notes; minor disassembler update (nw) | 2019-09-10 | 3 | -24/+44 | |
| | |||||
* | Enable precompiled header usage in the Visual Studio compiler (#5473) | 2019-08-13 | 1 | -0/+2 | |
| | | | | | | | | | | * Enable precompiled header usage in the Visual Studio compiler But only for libraries emu frontend precompile dasm optional Also add emu.h include to hpcdasm.cpp * Include emu.h in some disassembler sources to use precompiled headers * Remove debug message | ||||
* | riscii: Add the register space (nw) | 2019-06-20 | 2 | -7/+37 | |
| | |||||
* | riscii: Minor update (nw) | 2019-06-20 | 1 | -3/+4 | |
| | |||||
* | riidasm: Correct order of parameters for MOVRP and MOVPR (nw) | 2019-06-20 | 1 | -4/+4 | |
| | |||||
* | Preliminary disassembler and skeleton CPU device for Elan RISC II/RII series ↵ | 2019-06-20 | 4 | -0/+759 | |
architecture |