summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ↵ smf-2016-09-282-2/+6
| | | | everything in the debugger, which allows interruptible cpu's to work properly. [smf]
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ↵ Lord-Nightmare2016-09-272-6/+2
| | | | | | everything in the debugger, which allows interruptible cpu's to work properly. [smf]" This reverts commit 1a186c8a3a16a7ce99d7df2dd217a7552b696c92.
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ↵ smf-2016-09-272-2/+6
| | | | everything in the debugger, which allows interruptible cpu's to work properly. [smf]
* 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 ↵ Vas Crabb2016-02-282-2/+2
| | | | | | | | | and string_format Update MAME to use new function Instantiate ODR-used static constant members Make some of the UI code more localisable Remove use of retired functions in tools
* reverting: Miodrag Milanovic2016-01-206-22/+22
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-6/+6
| | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7.
* 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
| | | | fix start project for custom builds in Visual Studio (nw)
* Revert "remove const (nw)" Miodrag Milanovic2016-01-134-4/+4
| | | | This reverts commit e96fd34dd817f1113daf9e6b099a8f40cfd1ed6d.
* 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
| | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string
* 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
| | | | a value of 0/1" [MooglyGuy]
* 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
| | | | | Just doing this to clean things up a bit and make my git branch a little prettier. Apologies if this is a pain, but they're easily added back.
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1317-0/+7113