summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
...
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-274-46/+46
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-272-2/+2
* Added missing device type. (no whatsnew) Curt Coder2011-02-111-0/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-13/+13
* Added M6504 CPU subtype and used it in allied.c driver (no whatsnew) Miodrag Milanovic2011-01-232-1/+17
* running_device -> device_t Aaron Giles2010-12-315-8/+8
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-199-15/+23
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-199-19/+19
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-194-13/+13
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-038-40/+39
* Fixed missing cpu_device -> legacy_cpu_device (no whatsnew) Miodrag Milanovic2010-06-172-2/+2
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-175-12/+12
* Removed not needed constant, set proper return type and added call to m4510 c... Miodrag Milanovic2010-06-134-12/+7
* Added back software list support in emu core, and update 6510 and SM8500 cpu ... Miodrag Milanovic2010-06-132-6/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-094-24/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-084-15/+15
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-084-35/+31
* rm logerror flood Michaël Banaan Ananas2010-05-231-3/+2
* - even more small company name cleanups Michaël Banaan Ananas2010-05-221-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-086-37/+37
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-214-41/+41
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-185-17/+17
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-124-5/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-108-38/+42
* gcc 4.5.0 compilation fixes. Aaron Giles2009-12-292-6/+6
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-282-5/+4
* Results of running the latest srcclean. Aaron Giles2009-12-289-200/+200
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-082-2/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-084-43/+43
* Implemented a new DECO CPU-16 opcode, used by Express Raider for V-BLANK bit ... Angelo Salese2009-06-151-3/+3
* Fixed a DECO16 CPU core bug that was causing issues with Pro Bowling part of ... Angelo Salese2009-06-141-1/+1
* Disabled an heavy logerror msg. Angelo Salese2009-06-131-0/+2
* Moved the configuration of m6502-family callbacks to the cpu configuration. Wilbert Pol2009-05-155-53/+75
* Fixed CPU_GET_INFO issues spotted by -validate in MESS debug build Fabio Priuli2009-04-112-2/+2
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-253-96/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-155-87/+129
* Improved implementations for undocumented instructions 63, 67, 6f, 73, 77, 7b... Wilbert Pol2009-01-172-10/+82
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-315-28/+28
* 02714: 3stooges: Speech works for a while, then starts going in and out of ho... Aaron Giles2008-12-311-1/+4
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-204-42/+42
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-194-46/+46
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-174-0/+12
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-114-8/+0
* Enabled all CPU cores/variants. Fixed compile issue revealed as a result. Aaron Giles2008-12-101-1/+1
* Completed pointer-izing the 6502 cores. Removed h6280 SET_CONTEXT calls. Aaron Giles2008-12-093-68/+10
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-6/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-074-4/+0
* 02638: various cpu cores don't compile anymore Aaron Giles2008-12-061-1/+0