summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nanoprocessor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+4
* -nanoprocessor, mn10200, ps2vu, m68hc11: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-14/+9
* devcb3 Vas Crabb2018-07-071-2/+2
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-3/+3
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-136/+170
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-3/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-17/+21
* nanoprocessor: fixed a subtle bug in interrupt handling fulivi2017-03-081-1/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-2/+2
* srcclean (nw) Vas Crabb2016-11-273-17/+17
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-6/+3
* nanoprocessor: a bit more info on NP fulivi2016-11-031-0/+44
* nanoprocessor: using ostream in disassembler now fulivi2016-11-031-26/+24
* nanoprocessor: added CB to read state of input DC lines fulivi2016-11-032-4/+21
* nanoprocessor: minor fixes fulivi2016-11-033-9/+9
* nanoprocessor: fixed format strings. Execution of code seems ok. fulivi2016-11-031-3/+3
* nanoprocessor: initial support. Disassembler only is known to work at this po... fulivi2016-11-033-0/+739