summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* CPU cores now compile cleanly. Aaron Giles2009-03-155-87/+129
* Improved implementations for undocumented instructions 63, 67, 6f, 73, 77, 7b... Wilbert Pol2009-01-172-10/+82
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-315-28/+28
* 02714: 3stooges: Speech works for a while, then starts going in and out of ho... Aaron Giles2008-12-311-1/+4
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-204-42/+42
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-194-46/+46
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-174-0/+12
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-114-8/+0
* Enabled all CPU cores/variants. Fixed compile issue revealed as a result. Aaron Giles2008-12-101-1/+1
* Completed pointer-izing the 6502 cores. Removed h6280 SET_CONTEXT calls. Aaron Giles2008-12-093-68/+10
* 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-074-4/+0
* 02638: various cpu cores don't compile anymore Aaron Giles2008-12-061-1/+0
* activecpu_count -= 133 Aaron Giles2008-12-061-16/+16
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-13/+13
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-044-4/+4
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Removed cpunum_get_active() calls from a number of CPU cores. Aaron Giles2008-11-2619-751/+744
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-2412-94/+22
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-244-5/+0
* More conversions, plus tested CPU cores that were previously disabled. Aaron Giles2008-11-223-91/+95
* More conversion to the new memory functions. Aaron Giles2008-11-2211-69/+87
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-214-6/+6
* Fixed GCC compile errors in h6280 and m6509. R. Belmont2008-11-191-5/+4
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-176-14/+14
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-13/+13
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-154-16/+16
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-143-2/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-132-2/+2
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-104-15/+15
* Major cpuintrf changes: Aaron Giles2008-11-107-50/+50
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-7/+7
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-094-41/+41
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-083-3/+3
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-089-90/+90
* "Pointer"-ified the 6502 Couriersud2008-11-0717-612/+700
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-064-72/+80
* [Pugsy] Aaron Giles2008-11-021-31/+31
* From: Phill Harvey-Smith [mailto:afra@aurigae.demon.co.uk] Aaron Giles2008-10-232-1/+10
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-044-0/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-281-0/+1
* fix TSY instruction in M4510 cpu (used in MESS) Roberto Zandona2008-08-252-3/+2
* some fix for m4510 core Roberto Zandona2008-08-244-43/+39
* some fix for m4510 core: Roberto Zandona2008-08-232-4/+4
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-1312-62/+9
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-1213-24/+80
* Changes to avoid collisions with system globals on OpenSolaris. (qmc2) R. Belmont2008-08-062-0/+6
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-262-2/+0