summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/g65816/g65816.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump Miodrag Milanovic2014-07-221-17/+17
* Fixed snes regression from modernization (nw) Wilbert Pol2014-04-251-1/+0
* fixed usage of uninitialized member in g65816_device (nw) Oliver Stöneberg2014-04-241-0/+1
* g65816.c: Modernised cpu core (nw) Wilbert Pol2014-04-211-389/+794
* converted legacy handlers to modern (nw) Miodrag Milanovic2014-04-021-42/+42
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+2
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* g65816.c: added missing mirror of the 5a22 regs [Fabio Priuli] Fabio Priuli2013-03-101-20/+20
* Fix issue with overwriting internal address map for snes. This should be made... Miodrag Milanovic2013-03-051-0/+16
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-110/+110
* changed space_func to delegate (no whatsnew) Miodrag Milanovic2012-10-111-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-10/+10
* Moved MEMSEL as well Angelo Salese2012-09-041-0/+8
* Small clean-up Angelo Salese2012-09-041-10/+2
* Moved multiplication and division operation from SNES to 5A22 CPU core file [... Angelo Salese2012-09-041-0/+102
* Fixed a major bug with 5A22 timings, that was incorrectly taking extra steals... Angelo Salese2012-09-041-0/+7
* Improved SPC700 cycle opcode timings [Angelo Salese, byuu] Angelo Salese2012-09-041-1/+3
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16
* FastROM resets at boot, hook that up Angelo Salese2012-08-221-0/+10
* Hooked up fastROM setting in the CPU core, nw Angelo Salese2012-08-221-2/+21
* (SNES) Rewritten cycle steal code from scratch and nailed it directly in the ... Angelo Salese2012-08-221-0/+19
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Make memset been used in cpu core in unique way (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Fix for memsets in core (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-24/+24
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+5
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* Regression fixes: Aaron Giles2010-06-141-1/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-1/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+5
* First step in supporting master cycle delays in the SNES driver [Angelo Salese] Angelo Salese2010-04-061-1/+30
* Added boundary checks for MVN and MVP opcodes when in M mode in the G65816 CP... Angelo Salese2010-04-041-1/+5
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Readded read_vector callback Nathan Woods2009-05-131-4/+6
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-7/+16
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-311-2/+2