summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i860/i860.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-237/+0
* Requirement was actually not MAME license (nw) Miodrag Milanovic2015-05-221-6/+1
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-191-1/+1
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-4/+3
* i860.c: Modernized cpu core. (nw) Wilbert Pol2013-08-031-322/+193
* moved CPU_DISASSEMBLE into the disassembler (nw) smf-2013-03-061-15/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-269/+269
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* 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
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-0/+2
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* 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-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-14/+14
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+2
* CPU cores now compile cleanly. Aaron Giles2009-03-151-4/+4
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-13/+13
* Virtual Combat driver improvements. [Jason Eckhardt, Andrew Gardner] Andrew Gardner2009-01-151-56/+324
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-1/+1
* Adds extremely preliminary i860 disassembler and hooks it up to the vcombat d... Andrew Gardner2008-12-251-0/+113