summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec
Commit message (Expand)AuthorAgeFilesLines
* 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-105-40/+38
* added two opcodes in the nec cpu; this is a temporary fix; we need to check i... Roberto Zandona2009-12-294-12/+22
* 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-283-50/+50
* > -----Original Message----- Aaron Giles2009-09-241-5/+18
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-1/+7
* 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
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-13/+13
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-12/+12
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-4/+4
* CPU header cleanups.... Aaron Giles2008-12-184-398/+398
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+8
* Cleanups and version bump. Aaron Giles2008-12-151-3/+3
* Fix raster effects in nbbatman - as far as I can judge. Couriersud2008-12-141-2/+5
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-6/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* activecpu_count -= 133 Aaron Giles2008-12-062-30/+32
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-21/+19
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-7/+7
* change_pc? What change_pc? Aaron Giles2008-11-241-1/+1
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* NEC core converted. Aaron Giles2008-11-222-66/+34
* Pointer-ified cpu/nec (V30) Couriersud2008-11-215-992/+991
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-19/+19
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-102-30/+30
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-5/+5
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-082-22/+22
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-20/+22
* Cleanups and version bump. Aaron Giles2008-11-021-11/+11
* More NEC V30 changes Couriersud2008-10-292-137/+114
* Prefetch timing Couriersud2008-10-293-19/+79
* Removed another speed hack and renamed "FETCH" to "FETCH()" Couriersud2008-10-294-100/+92
* Cleanups and version bump.mame0127u7 Aaron Giles2008-10-091-11/+1
* Removed speed hack - this would break the protection for lohtb2 Couriersud2008-10-071-0/+6
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-132-4/+8
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-7/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* fix an opcode in quizf1 Roberto Zandona2008-04-131-2/+2