summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m37710/m37710cm.h
Commit message (Expand)AuthorAgeFilesLines
* m37710: make memory helpers inline; remove more obsolete cruft (nw) Alex W. Jackson2014-05-221-7/+2
* m37710: support direct read [Alex Jackson] Alex W. Jackson2014-05-211-6/+2
* m37710.c: Modernized cpu core (nw) Wilbert Pol2013-08-191-140/+218
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-202/+202
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* always preserve high byte of index register when X flag is set Michaƫl Banaan Ananas2011-09-071-0/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-5/+5
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+2
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* CPU cores now compile cleanly. Aaron Giles2009-03-151-0/+9
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-01-141-5/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-9/+0
* CPU header cleanups.... Aaron Giles2008-12-181-0/+25
* Normalized m37710 local CPU state pointers to to 'cpustate'. Aaron Giles2008-11-261-58/+58
* Pointer-ified the M377xx. R. Belmont2008-11-231-66/+61
* More conversion to the new memory functions. Aaron Giles2008-11-221-0/+2
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-1/+2
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-121-5/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-10/+10
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+318