summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hd6309/hd6309.c
Commit message (Expand)AuthorAgeFilesLines
* move ea into state struct Couriersud2008-11-161-24/+25
* Fix icount: m68_icount ==> m68_state->icount Couriersud2008-11-161-12/+10
* Pointer-ified the 6800, 6809 and hd6309 cpu cores Couriersud2008-11-141-458/+476
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-4/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-9/+9
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-11/+13
* 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-6/+2
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-2/+6
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-5/+5
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Marked HD6309 as divide-by-4 internally. Aaron Giles2008-01-181-1/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-3/+3
* (From Atari Ace) Aaron Giles2007-12-311-7/+3
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-4/+4
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1340