summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/g65816/g65816.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1570/+0
* Thanks to Karl Stenerud his cores are now BSD3 (nw) Miodrag Milanovic2015-05-121-7/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* g65816.c: Modernised cpu core (nw) Wilbert Pol2014-04-211-7/+1483
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* converted legacy handlers to modern (nw) Miodrag Milanovic2014-04-021-3/+24
* Fix issue with overwriting internal address map for snes. This should be made... Miodrag Milanovic2013-03-051-0/+1
* changed space_func to delegate (no whatsnew) Miodrag Milanovic2012-10-111-1/+1
* Hooked up fastROM setting in the CPU core, nw Angelo Salese2012-08-221-1/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-4/+2
* First step in supporting master cycle delays in the SNES driver [Angelo Salese] Angelo Salese2010-04-061-0/+6
* 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-2/+0
* Readded read_vector callback Nathan Woods2009-05-131-5/+1
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-311-1/+1
* CPU header cleanups.... Aaron Giles2008-12-181-9/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Pointer-ified the 65816. R. Belmont2008-11-281-33/+8
* change_pc? What change_pc? Aaron Giles2008-11-241-1/+1
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-221-3/+3
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-1/+1
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-111-3/+5
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-1/+1
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-3/+3
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+106