summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-047-63/+52
* m6502: Fixed CPU peripheral port behavior by introducing pull-up and pull-dow... Curt Coder2012-09-042-5/+39
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-034-83/+83
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-104-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-013-4/+4
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-313-3/+3
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-1/+1
* m6502.c: Fixed OAL illegal m6502 instruction to pass Acid5200 test. [Wilbert... Wilbert Pol2012-02-292-2/+343
* Sync with MESS, including OG's fix for exiting with debugger active (no whats... Miodrag Milanovic2012-01-261-2/+4
* GCC 4.6 "Variable assigned but not used" for 6502 family (no whatsnew) R. Belmont2011-05-308-60/+68
* Fixed devcb regression. (nw) Curt Coder2011-05-052-0/+10
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-022-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-274-4/+4
* I'm bored to do spring cleaning Angelo Salese2011-04-182-2/+2
* Refactored the M6510 CPU to use device callbacks for port read/write. [Curt C... Curt Coder2011-04-183-31/+16
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-293-11/+11
* 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