summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m65ce02.c
Commit message (Expand)AuthorAgeFilesLines
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-324/+87
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* 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-11/+11
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* 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-0/+2
* 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
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* 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-9/+9
* 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-3/+3
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Moved the configuration of m6502-family callbacks to the cpu configuration. Wilbert Pol2009-05-151-8/+12
* CPU cores now compile cleanly. Aaron Giles2009-03-151-5/+14
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-311-4/+4
* 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-7/+7
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* 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-071-1/+0
* 02638: various cpu cores don't compile anymore Aaron Giles2008-12-061-1/+0
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Removed cpunum_get_active() calls from a number of CPU cores. Aaron Giles2008-11-261-95/+95
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-241-7/+1
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* More conversions, plus tested CPU cores that were previously disabled. Aaron Giles2008-11-221-86/+90
* More conversion to the new memory functions. Aaron Giles2008-11-221-6/+9
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-8/+8
* "Pointer"-ified the 6502 Couriersud2008-11-071-14/+10
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-10/+12