| Commit message (Expand) | Author | Age | Files | Lines |
* | Kale, does that break c65? (nw) |  Olivier Galibert | 2015-02-07 | 1 | -2/+2 |
* | One bug nailed (boot vectors are *whatever exists in regular 0-0xffff range"). |  Angelo Salese | 2015-01-28 | 1 | -2/+2 |
* | If we were documented, we'd be dangerous (nw) |  Olivier Galibert | 2014-09-17 | 1 | -2/+0 |
* | m6502: put back get_cycle() since OG says it'll be needed in future, but comp... |  Alex W. Jackson | 2014-07-02 | 1 | -0/+2 |
* | m6502: remove expensive and unused attotime precalculation at start of each t... |  Alex W. Jackson | 2014-07-01 | 1 | -2/+0 |
* | devcv2 -> devcb (nw) |  Miodrag Milanovic | 2014-05-14 | 1 | -3/+3 |
* | fix missing semicolon (nw) |  R. Belmont | 2014-02-02 | 1 | -1/+1 |
* | m6502: expose SYNC pin through devcb2 for more flexibility [R. Belmont] |  R. Belmont | 2014-01-30 | 1 | -0/+7 |
* | Convert VIA6522 to use DEVCB2 [smf] |  smf- | 2013-12-31 | 1 | -0/+1 |
* | modernised the YM3526, which also required adding write lines to the 6502, 68... |  smf- | 2013-05-12 | 1 | -0/+2 |
* | Cleanups and version bumpmame0148u3 |  Miodrag Milanovic | 2013-04-09 | 1 | -2/+2 |
* | M740: Correct disassembly for seb x,A/clb x,A [R. Belmont] |  R. Belmont | 2013-03-31 | 1 | -2/+3 |
* | M740: correct disassembly of bbs/bbc on A register. [R. Belmont] |  R. Belmont | 2013-03-30 | 1 | -1/+2 |
* | Expanded device_t constructor with parameters for short name and source file ... |  Miodrag Milanovic | 2013-03-26 | 1 | -1/+1 |
* | m6502: Seriously untested multi-dispatch-table support [O. Galibert] |  Olivier Galibert | 2013-03-20 | 1 | -1/+2 |
* | M740 updates: [R. Belmont] |  R. Belmont | 2013-03-17 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 1 | -1/+1 |
* | m740: Correct disassembly for bit+zp+rel. offset form of BBC/BBS [R. Belmont] |  R. Belmont | 2013-01-20 | 1 | -1/+2 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -26/+26 |
* | (MESS) a2600.c: Fixed supercharger regression. (nw) |  Wilbert Pol | 2012-12-27 | 1 | -0/+1 |
* | Preliminary support for M740 (M5074x/M5074x) CPU family [R. Belmont] |  R. Belmont | 2012-12-27 | 1 | -0/+4 |
* | I'm in your cpu core, adding virtual destructors (nw) |  Olivier Galibert | 2012-11-11 | 1 | -0/+3 |
* | n2a03: Put a second irq line logically-ored with the normal one [O. Galibert] |  Olivier Galibert | 2012-11-07 | 1 | -1/+2 |
* | 65c02: Fix the bitwise ops and their disassembly [O. Galibert] |  Olivier Galibert | 2012-11-07 | 1 | -1/+0 |
* | m6502: IRQ fixes [O. Galibert] |  Olivier Galibert | 2012-11-06 | 1 | -1/+3 |
* | 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] |  Olivier Galibert | 2012-11-06 | 1 | -226/+338 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -1/+1 |
* | m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... |  Curt Coder | 2012-09-04 | 1 | -2/+2 |
* | m6502: Fixed CPU peripheral port behavior by introducing pull-up and pull-dow... |  Curt Coder | 2012-09-04 | 1 | -0/+5 |
* | Refactored the M6510 CPU to use device callbacks for port read/write. [Curt C... |  Curt Coder | 2011-04-18 | 1 | -5/+2 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -1/+1 |
* | Added M6504 CPU subtype and used it in allied.c driver (no whatsnew) |  Miodrag Milanovic | 2011-01-23 | 1 | -1/+1 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -3/+3 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -18/+9 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
* | Removed not needed constant, set proper return type and added call to m4510 c... |  Miodrag Milanovic | 2010-06-13 | 1 | -7/+1 |
* | Added back software list support in emu core, and update 6510 and SM8500 cpu ... |  Miodrag Milanovic | 2010-06-13 | 1 | -0/+1 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -3/+3 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+0 |
* | Remove remaining references to machine->cpu[n]. Removed cpu[n] array. |  Aaron Giles | 2009-09-08 | 1 | -1/+1 |
* | Moved the configuration of m6502-family callbacks to the cpu configuration. |  Wilbert Pol | 2009-05-15 | 1 | -7/+11 |
* | CPU cores are now enabled on a per cpu core family basis instead of per cpu c... |  Wilbert Pol | 2009-03-25 | 1 | -26/+0 |
* | PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] |  Aaron Giles | 2008-12-31 | 1 | -4/+4 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+9 |
* | More conversion to the new memory functions. |  Aaron Giles | 2008-11-22 | 1 | -0/+6 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -1/+1 |
* | Added CPU device parameters to all CPU callbacks except for the |  Aaron Giles | 2008-11-10 | 1 | -1/+1 |
* | Added macros for all CPU callbacks to ease future changes. |  Aaron Giles | 2008-11-08 | 1 | -14/+14 |