summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7810 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* (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-065-1/+11
* more cleanup and removal of mcfg (nw) Vas Crabb2018-07-151-111/+0
* witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al... Vas Crabb2018-07-141-1/+26
* devcb3 Vas Crabb2018-07-071-24/+24
* diexec: Interrupt API changes (nw) AJR2018-05-181-0/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-113-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-202-10/+13
* hopefully the last emucore reference in unidasm (nw) Vas Crabb2018-04-031-1/+7
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-12/+12
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-152-6/+6
* c-chip: use dumped c-chip for Volfied and Superman, remove simulation [Team C... David Haywood2018-03-051-8/+9
* upd7810 dasm fix (nw) Olivier Galibert2018-03-051-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-51/+51
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-123-8/+11
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-2220/+2316
* 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-102-3/+3
* never hurts to srcclean (nw) Vas Crabb2017-07-091-10/+10
* (nw) clean up names, kill off empty header file, put Type X stuff in Type X d... Vas Crabb2017-07-071-3/+3
* tidy (nw) (#2444) David Haywood2017-07-062-3/+4
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-054-14/+102
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-53/+56
* Self-registering devices prep: Vas Crabb2017-02-271-5/+5
* upd7810: For future use (nw) AJR2017-02-092-13/+46
* upd7810: Replace fake I/O space with callbacks AJR2017-02-093-50/+133
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-13/+13
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-25/+16
* Changed the upd7810 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-181-17/+25
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-781/+781
* 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
* srcclean and translation regeneration Vas Crabb2016-08-291-5/+5
* let's tidy up some scope (part 2 of evil plan) Vas Crabb2016-08-181-5100/+5142
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-203-20/+20
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-163-20/+20
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1