summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000/m68kcpu.c
Commit message (Expand)AuthorAgeFilesLines
* CPU cores now compile cleanly. Aaron Giles2009-03-151-20/+34
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-2/+2
* 02770: aceattac: Interger Overflow Aaron Giles2008-12-261-7/+8
* Converted 68000 to state tables. Aaron Giles2008-12-241-305/+247
* 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-181-4/+4
* 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
* 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-171-437/+828
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-20/+20
* More disentangling of the 68000 core. Removed old unused CPS2 Aaron Giles2008-11-161-30/+0
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-1/+1
* More 68000 cleanup. Aaron Giles2008-11-071-20/+20
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-6/+1
* Fixed a few issues caught by an MSVC compile (why doesn't gcc complain??) Aaron Giles2008-11-061-1/+1
* Removed a bunch of useless macros. Consolidated several others. Aaron Giles2008-11-061-122/+122
* Fixed compilation issues with 68000 changes. Aaron Giles2008-11-061-13/+1
* "Pointer"-ified the 68000. What a mess! Aaron Giles2008-11-061-146/+125
* 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-021-23/+11
* Changed 68000 interrupts to only trigger during execution. This Aaron Giles2008-10-011-3/+3
* Fix m68k irq line support. Aaron Giles2008-08-201-0/+23
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-011-0/+2
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-4/+4
* Various clean ups: Couriersud2008-03-011-1/+0
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-3/+3
* (From Atari Ace) Aaron Giles2008-01-191-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.122. Aaron Giles2007-12-181-9/+9
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1025