summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6800/m6800.c
Commit message (Expand)AuthorAgeFilesLines
...
* [M6800] Removed the extraneous cpu_pop_context(). Curt Coder2008-12-081-1/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* m68_state -> cpustate Aaron Giles2008-12-051-1527/+1527
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-41/+41
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Removed cpunum_get_active() calls from a number of CPU cores. Aaron Giles2008-11-261-18/+18
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-6/+6
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-21/+21
* change_pc? What change_pc? Aaron Giles2008-11-241-6/+2
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-2/+0
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-5/+5
* Switched m68000 core to new memory functions Couriersud2008-11-191-44/+85
* Add proper cpu_push_context to callbacks in m6800.c Couriersud2008-11-171-16/+11
* 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-49/+49
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+10
* Pointer-ified the 6800, 6809 and hd6309 cpu cores Couriersud2008-11-141-1536/+1621
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-21/+21
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-26/+26
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-389/+389
* 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-131-1/+2
* Changes to avoid collisions with system globals on OpenSolaris. (qmc2) R. Belmont2008-08-061-0/+3
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-19/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-32/+32
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-19/+19
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Added internal divider on m680* series CPUs (except the original m6800). Aaron Giles2008-01-171-0/+12
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+1
* (From Atari Ace) Aaron Giles2007-12-311-5/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-6/+8
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2850