summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m4510.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-106/+0
* misc fixes (nw) Olivier Galibert2015-06-241-2/+2
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-8/+11
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-091-33/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
* One bug nailed (boot vectors are *whatever exists in regular 0-0xffff range"). Angelo Salese2015-01-281-3/+3
* m4510.c: Added memory_translate (nw) Wilbert Pol2013-09-241-0/+10
* m4510.c: Fix typo (nw) Wilbert Pol2013-09-191-2/+6
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-1/+1
* 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