summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hcd62121/hcd62121.cpp
Commit message (Expand)AuthorAgeFilesLines
* cfx9850 fixes (graph mode zoom menu and memory size) (#5674) Ricardo Barreira2019-09-221-0/+17
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+3
* hcd62121: Fixed some silly mistakes in CL flag calculations. Ricardo Barreira2017-11-231-6/+8
* Added some more unknown instructions. Ricardo Barreira2017-11-211-6/+9
* Fixes to hcd62121 CPU emulation based on experiments with the actual hardware... Ricardo Barreira2017-11-201-230/+374
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+4
* hcd62121: Improve rotate and shift instructions. Identified COM and PORT regi... Wilbert Pol2017-05-031-40/+155
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* hcd62121: several small cleanups (nw) Wilbert Pol2017-01-191-184/+1140
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-34/+34
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* 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
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+530