summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000
Commit message (Expand)AuthorAgeFilesLines
* Removed invalid email address. Curt Coder2009-03-301-1/+1
* CPU cores now compile cleanly. Aaron Giles2009-03-153-22/+35
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-262-75/+82
* Cleanups and version bump.mame0129 Aaron Giles2009-01-043-4/+4
* 02770: aceattac: Interger Overflow Aaron Giles2008-12-264-135/+127
* Converted 68000 to state tables. Aaron Giles2008-12-243-307/+256
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-16/+16
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-17/+17
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-182-8/+8
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+7
* 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
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-17/+17
* 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-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-241-3/+0
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* And the 6805 core. Aaron Giles2008-11-221-0/+1
* Missed a couple in the 68000 core. Aaron Giles2008-11-221-3/+3
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* fix compile davidhay2008-11-171-10/+10
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-3/+3
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-179-2801/+935
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-173-27/+27
* More disentangling of the 68000 core. Removed old unused CPS2 Aaron Giles2008-11-168-350/+181
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-1/+1
* Sync with MESS Nathan Woods2008-11-114-39/+38
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-24/+12
* Major cpuintrf changes: Aaron Giles2008-11-104-19/+19
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-8/+0
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-092-10/+10
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-082-56/+56
* More 68000 cleanup. Aaron Giles2008-11-075-2266/+2258
* Fixed 68020+ Aaron Giles2008-11-071-3/+3
* Some more gcc 64bit tranquilizers Couriersud2008-11-062-5/+6
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-063-81/+75
* Fixed a few issues caught by an MSVC compile (why doesn't gcc complain??) Aaron Giles2008-11-063-8/+8
* Removed a bunch of useless macros. Consolidated several others. Aaron Giles2008-11-064-2334/+2197
* Fixed compilation issues with 68000 changes. Aaron Giles2008-11-067-471/+48
* "Pointer"-ified the 68000. What a mess! Aaron Giles2008-11-0610-2380/+2386
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-2/+2
* 01722: sokonuke: Game hangs after you choose stage Aaron Giles2008-10-231-2/+4
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-1/+1
* Fixed handling of interrupts when the CPU was in the STOP state. Aaron Giles2008-10-022-27/+12
* Changed 68000 interrupts to only trigger during execution. This Aaron Giles2008-10-012-4/+10
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2008-08-281-2/+2