summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec/v25sfr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* v25: Improve peripheral emulation AJR2024-12-181-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 AJR2024-11-121-2/+2
|
* cpu/nec/v25sfr.cpp: Logging fixes AJR2024-10-031-4/+4
|
* v25: Add stubs for serial interface registers AJR2024-10-011-0/+88
|
* v25: Add address translation for IDB window AJR2023-07-181-6/+18
|
* cpu/nec: use anonymous namespaces to avoid ODR violations with enums Vas Crabb2020-08-111-1/+1
|
* v25: More work towards macro service (nw) AJR2019-08-071-3/+4
|
* v25: Add more interrupt SFRs, including underpinnings for macro service (nw) AJR2019-08-071-0/+164
|
* v25: Add address space for internal data area and SFRs AJR2018-10-311-320/+406
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-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) Ivan Vangelista2016-06-211-7/+7
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+403