summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec (follow)
Commit message (Expand)AuthorAgeFilesLines
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-21/+21
* diexec: Interrupt API changes (nw) AJR2018-05-182-5/+4
* Fix build (nw) AJR2018-05-114-13/+11
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-114-8/+21
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-23/+24
* Reshuffle some stuff: Vas Crabb2018-03-282-6/+6
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-6/+6
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-153-8/+8
* destaticify initializations (nw) (#3289) wilbertpol2018-03-043-76/+76
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-294-4/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2614-475/+468
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+4
* v25: Make IDB register state visible to debugger AJR2017-07-312-0/+7
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-106-8/+8
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-036-11/+25
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-312-30/+22
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-119/+123
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-273-8/+8
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-205-16/+7
* Changed the NEC disassembler to use 'std::ostream &' internally Nathan Woods2016-11-162-210/+218
* Put necv_dasm_one() into a header file Nathan Woods2016-11-163-2/+10
* some TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-224-40/+30
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2215-392/+392
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-2/+6
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-272-6/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-272-2/+6
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* v25.cpp: made it use devcb instead of a memory map for the ports (nw) Ivan Vangelista2016-06-213-13/+65
* Fix some cpus with virtual ports, mark them with +1 in any case (nw) Olivier Galibert2016-06-171-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-014-3/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-282-2/+2
* reverting: Miodrag Milanovic2016-01-206-22/+22
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-166-22/+22
* Revert "remove const (nw)" Miodrag Milanovic2016-01-134-4/+4
* remove const (nw) Miodrag Milanovic2016-01-114-4/+4
* Return std::string objects by value rather than pass by reference AJR2016-01-104-4/+4
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
* override part 2 (nw) Miodrag Milanovic2015-12-052-23/+23
* override part 1 (nw) Miodrag Milanovic2015-12-051-15/+15
* clang-modernize part 3 Miodrag Milanovic2015-12-044-4/+4
* - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with therealmogminer@gmail.com2015-11-091-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-085-0/+0