summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec/nec.c
Commit message (Expand)AuthorAgeFilesLines
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* start an internal map for the v53 (nw) mamehaze2015-03-081-11/+1
* shuffle more HNG64 stuff around, add stub CPU classes for the different CPU t... mamehaze2015-03-071-3/+20
* nec cpu: add missing items to save state [Alex Jackson] Alex W. Jackson2014-07-091-0/+3
* fixed usage of uninitialized members in nec_common_device (nw) Oliver Stöneberg2014-04-251-0/+5
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-191-1/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-9/+8
* Fix register view in V30, nw Angelo Salese2013-10-141-15/+15
* nec.c: Modernized cpu core (bw) Wilbert Pol2013-10-071-379/+222
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+3
* reduced some duplication in the nec disassembler interface (nw) smf-2013-03-061-6/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-141/+141
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-20/+20
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Make memset been used in cpu core in unique way (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Fix for memsets in core (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Implemented halt instruction in the NEC CPU core [Wilbert Pol, Alex Jackson] Alex W. Jackson2011-07-101-4/+19
* Reverting of POP() (from r12754) for both v20 and v25 for now pending more in... Scott Stone2011-06-011-2/+1
* Fixed POP, POPF, PUSHF, and flags for V20 core [Carl] Miodrag Milanovic2011-05-311-1/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-18/+18
* Added a mostly complete NEC V25/V35 CPU core, added working sound to Batsugun... Angelo Salese2011-01-161-95/+73
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-2/+2
* Implemented a preliminary V25/V35 CPU core [Alex Jackson] Angelo Salese2010-12-231-846/+62
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-72/+4
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-14/+20
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-8/+8
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-9/+14
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+8
* Remove all references to the nonexistent "premov" instruction from the NEC-V ... Scott Stone2010-05-151-3/+0
* i386/NEC disassembler updates: [Alex Jackson] Phil Bennett2010-04-011-1/+1
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-13/+13
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* More PPC GCC warning fixes. R. Belmont2010-01-151-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+2
* added two opcodes in the nec cpu; this is a temporary fix; we need to check i... Roberto Zandona2009-12-291-2/+5
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-36/+36
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-11/+11
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-20/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-151-10/+23