summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/g65816
Commit message (Expand)AuthorAgeFilesLines
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-5/+5
* 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-214-1261/+2641
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* converted legacy handlers to modern (nw) Miodrag Milanovic2014-04-022-45/+66
* 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-052-0/+17
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-1132/+1132
* changed space_func to delegate (no whatsnew) Miodrag Milanovic2012-10-114-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-172-11/+11
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* 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-042-0/+109
* Fixed a major bug with 5A22 timings, that was incorrectly taking extra steals... Angelo Salese2012-09-042-8/+16
* 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-224-3/+26
* (SNES) Rewritten cycle steal code from scratch and nailed it directly in the ... Angelo Salese2012-08-223-0/+27
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-102-2/+2
* "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
* G65816: fixed operation on PowerPC Linux where char is unsigned [R. Belmont, ... R. Belmont2011-02-071-1/+1
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* 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
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-7/+7
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-172-2/+2
* 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-082-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-13/+12
* Fixed RTL opcode in-bank issue in the G65816 CPU core [Angelo Salese] Angelo Salese2010-04-101-2/+2