summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i860
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-4/+4
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-48/+48
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+4
* 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/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-082-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-5/+4
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-3/+3
* 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-182-4/+4
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+0
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-104-6/+6
* Results of running the latest srcclean. Aaron Giles2009-12-282-36/+36
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-10/+10
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-082-7/+7
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-273-4/+5
* Compile fix. Aaron Giles2009-03-151-0/+1
* CPU cores now compile cleanly. Aaron Giles2009-03-153-5/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-2/+2
* Fix big endian compile/link. R. Belmont2009-01-221-5/+0
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-154-419/+419
* Virtual Combat driver improvements. [Jason Eckhardt, Andrew Gardner] Andrew Gardner2009-01-154-57/+5942
* Cleanups and version bump.mame0129 Aaron Giles2009-01-042-34/+34
* Adds extremely preliminary i860 disassembler and hooks it up to the vcombat d... Andrew Gardner2008-12-253-0/+507