summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/g65816/g65816cm.h
Commit message (Expand)AuthorAgeFilesLines
* g65816.c: Modernised cpu core (nw) Wilbert Pol2014-04-211-119/+50
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-195/+195
* changed space_func to delegate (no whatsnew) Miodrag Milanovic2012-10-111-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Moved multiplication and division operation from SNES to 5A22 CPU core file [... Angelo Salese2012-09-041-0/+7
* Fixed a major bug with 5A22 timings, that was incorrectly taking extra steals... Angelo Salese2012-09-041-8/+9
* Hooked up fastROM setting in the CPU core, nw Angelo Salese2012-08-221-0/+1
* (SNES) Rewritten cycle steal code from scratch and nailed it directly in the ... Angelo Salese2012-08-221-0/+3
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* G65816: fixed operation on PowerPC Linux where char is unsigned [R. Belmont, ... R. Belmont2011-02-071-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-3/+3
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* First step in supporting master cycle delays in the SNES driver [Angelo Salese] Angelo Salese2010-04-061-1/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-01-141-5/+0
* CPU header cleanups.... Aaron Giles2008-12-181-0/+10
* Pointer-ified the 65816. R. Belmont2008-11-281-54/+53
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-221-0/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-1/+1
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-1/+2
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-111-5/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-2/+2
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-6/+6
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+310