summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7810/upd7810.cpp
Commit message (Expand)AuthorAgeFilesLines
* upd7810: Interrupt-related fixes AJR2020-03-061-15/+32
* upd7810: Just to be consistent (nw) AJR2020-03-051-2/+2
* upd7810: Make internal timers run at former speed (nw) AJR2020-03-051-19/+19
* (nw) upd7801: reworked following unfavourable comments Robbbert2019-10-201-3/+4
* (nw) fp1100: improved handshaking between cpus Robbbert2019-10-171-3/+3
* upd7810: Fix breakpoints; add notes AJR2019-08-031-1/+5
* upd7807: Running on MT (nw) AJR2019-05-061-0/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-6/+8
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-8/+8
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-5/+5
* c-chip: use dumped c-chip for Volfied and Superman, remove simulation [Team C... David Haywood2018-03-051-8/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-12/+9
* fix upd7801 & upd78c05 internal ram size & removed ram from memory maps. (nw) smf-2017-07-121-5/+9
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-13/+40
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-15/+17
* Self-registering devices prep: Vas Crabb2017-02-271-5/+5
* upd7810: For future use (nw) AJR2017-02-091-13/+40
* upd7810: Replace fake I/O space with callbacks AJR2017-02-091-35/+43
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-8/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-2/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-7/+7
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-091-16/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1984