summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m6502.h
Commit message (Expand)AuthorAgeFilesLines
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-18/+9
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* Removed not needed constant, set proper return type and added call to m4510 c... Miodrag Milanovic2010-06-131-7/+1
* Added back software list support in emu core, and update 6510 and SM8500 cpu ... Miodrag Milanovic2010-06-131-0/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-1/+1
* Moved the configuration of m6502-family callbacks to the cpu configuration. Wilbert Pol2009-05-151-7/+11
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-26/+0
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-311-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+9
* More conversion to the new memory functions. Aaron Giles2008-11-221-0/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-14/+14
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-1/+2
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-121-4/+5
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-10/+0
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-5/+5
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+259