Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v25: Improve peripheral emulation | 2024-12-18 | 1 | -6/+127 | |
| | | | | | | | | - Add preliminary DMA controller (capable of doing burst memory transfers) - Make timer 1 cause two different interrupts - Add kludge for one timer edge case * tvdear: Map some more ROM; add P0 readback | ||||
* | nec/v25sfr.cpp: Fix BRG logging message | 2024-11-12 | 1 | -2/+2 | |
| | |||||
* | cpu/nec/v25sfr.cpp: Logging fixes | 2024-10-03 | 1 | -4/+4 | |
| | |||||
* | v25: Add stubs for serial interface registers | 2024-10-01 | 1 | -0/+88 | |
| | |||||
* | v25: Add address translation for IDB window | 2023-07-18 | 1 | -6/+18 | |
| | |||||
* | cpu/nec: use anonymous namespaces to avoid ODR violations with enums | 2020-08-11 | 1 | -1/+1 | |
| | |||||
* | v25: More work towards macro service (nw) | 2019-08-07 | 1 | -3/+4 | |
| | |||||
* | v25: Add more interrupt SFRs, including underpinnings for macro service (nw) | 2019-08-07 | 1 | -0/+164 | |
| | |||||
* | v25: Add address space for internal data area and SFRs | 2018-10-31 | 1 | -320/+406 | |
| | |||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -12/+12 | |
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
* | v25.cpp: made it use devcb instead of a memory map for the ports (nw) | 2016-06-21 | 1 | -7/+7 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+403 | |