summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m4510.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+2
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-4/+4
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-13/+13
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-11/+11
* "Pointer"-ified the 6502 Couriersud2008-11-071-141/+167
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-10/+12
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* some fix for m4510 core Roberto Zandona2008-08-241-3/+6
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-3/+1
* Several miscellaneous changes: Aaron Giles2008-05-291-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-2/+2
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+9
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+1