summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups and version bump to 0.124u2.mame0124u2 Aaron Giles2008-04-121-1/+1
* fix dasm for rep instruction Roberto Zandona2008-04-101-0/+1
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-32/+8
* fix dasm for two code and prefix opcode in real time encryption Roberto Zandona2008-04-081-2/+0
* 1) fix nec v30 dasm when a "real-time encrypted cpu" is used Roberto Zandona2008-04-072-22/+44
* changed IREM cpu decryption to be 'real-time' (it's a feature of the CPU) davidhay2008-02-173-36/+86
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-7/+7
* * Improved Lock-On by a fair bit and added an alternate set. Phil Bennett2008-02-022-6/+18
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-172-2/+2