summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m4510.c
Commit message (Expand)AuthorAgeFilesLines
* m6502: More interrupt fixing [O. Galibert] Olivier Galibert2012-11-071-0/+1
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-492/+65
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-041-21/+7
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Sync with MESS, including OG's fix for exiting with debugger active (no whats... Miodrag Milanovic2012-01-261-2/+4
* Fixed devcb regression. (nw) Curt Coder2011-05-051-0/+5
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* I'm bored to do spring cleaning Angelo Salese2011-04-181-1/+1
* Refactored the M6510 CPU to use device callbacks for port read/write. [Curt C... Curt Coder2011-04-181-13/+7
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-12/+12
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+3
* Fixed missing cpu_device -> legacy_cpu_device (no whatsnew) Miodrag Milanovic2010-06-171-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3
* Removed not needed constant, set proper return type and added call to m4510 c... Miodrag Milanovic2010-06-131-4/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-5/+5
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-10/+10
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* 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-5/+6
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* Moved the configuration of m6502-family callbacks to the cpu configuration. Wilbert Pol2009-05-151-12/+20
* Fixed CPU_GET_INFO issues spotted by -validate in MESS debug build Fabio Priuli2009-04-111-1/+1
* CPU cores now compile cleanly. Aaron Giles2009-03-151-10/+19
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-311-8/+8
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-11/+11
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-8/+8
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Completed pointer-izing the 6502 cores. Removed h6280 SET_CONTEXT calls. Aaron Giles2008-12-091-23/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Removed cpunum_get_active() calls from a number of CPU cores. Aaron Giles2008-11-261-150/+150
* change_pc? What change_pc? Aaron Giles2008-11-241-8/+1
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* More conversion to the new memory functions. Aaron Giles2008-11-221-18/+21