summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec
Commit message (Expand)AuthorAgeFilesLines
* 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
* nec: propagated source file location (nw) Miodrag Milanovic2015-11-073-8/+8
* Commented out a bunch of printfs related to hng64. (nw) Andrew Gardner2015-10-061-28/+28
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1317-0/+7113