summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m6502.h
Commit message (Expand)AuthorAgeFilesLines
* Kale, does that break c65? (nw) Olivier Galibert2015-02-071-2/+2
* One bug nailed (boot vectors are *whatever exists in regular 0-0xffff range"). Angelo Salese2015-01-281-2/+2
* If we were documented, we'd be dangerous (nw) Olivier Galibert2014-09-171-2/+0
* m6502: put back get_cycle() since OG says it'll be needed in future, but comp... Alex W. Jackson2014-07-021-0/+2
* m6502: remove expensive and unused attotime precalculation at start of each t... Alex W. Jackson2014-07-011-2/+0
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
* fix missing semicolon (nw) R. Belmont2014-02-021-1/+1
* m6502: expose SYNC pin through devcb2 for more flexibility [R. Belmont] R. Belmont2014-01-301-0/+7
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-0/+1
* modernised the YM3526, which also required adding write lines to the 6502, 68... smf-2013-05-121-0/+2
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-2/+2
* M740: Correct disassembly for seb x,A/clb x,A [R. Belmont] R. Belmont2013-03-311-2/+3
* M740: correct disassembly of bbs/bbc on A register. [R. Belmont] R. Belmont2013-03-301-1/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* m6502: Seriously untested multi-dispatch-table support [O. Galibert] Olivier Galibert2013-03-201-1/+2
* M740 updates: [R. Belmont] R. Belmont2013-03-171-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* m740: Correct disassembly for bit+zp+rel. offset form of BBC/BBS [R. Belmont] R. Belmont2013-01-201-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-26/+26
* (MESS) a2600.c: Fixed supercharger regression. (nw) Wilbert Pol2012-12-271-0/+1
* Preliminary support for M740 (M5074x/M5074x) CPU family [R. Belmont] R. Belmont2012-12-271-0/+4
* I'm in your cpu core, adding virtual destructors (nw) Olivier Galibert2012-11-111-0/+3
* n2a03: Put a second irq line logically-ored with the normal one [O. Galibert] Olivier Galibert2012-11-071-1/+2
* 65c02: Fix the bitwise ops and their disassembly [O. Galibert] Olivier Galibert2012-11-071-1/+0
* m6502: IRQ fixes [O. Galibert] Olivier Galibert2012-11-061-1/+3
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-226/+338
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-041-2/+2
* m6502: Fixed CPU peripheral port behavior by introducing pull-up and pull-dow... Curt Coder2012-09-041-0/+5
* Refactored the M6510 CPU to use device callbacks for port read/write. [Curt C... Curt Coder2011-04-181-5/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Added M6504 CPU subtype and used it in allied.c driver (no whatsnew) Miodrag Milanovic2011-01-231-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* 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