summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i860
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-135-6317/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* Requirement was actually not MAME license (nw) Miodrag Milanovic2015-05-225-25/+5
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-3/+4
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-135-4/+6
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-074-0/+8
* Fix various typos Zoë Blade2014-11-301-1/+1
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-192-2/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-172-9/+8
* i860.c: Modernized cpu core. (nw) Wilbert Pol2013-08-033-1254/+1195
* moved CPU_DISASSEMBLE into the disassembler (nw) smf-2013-03-062-22/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-115-774/+772
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-152-4/+4
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-1/+3
* 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