summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i960
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-2620/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-5/+5
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-134-8/+8
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-074-0/+8
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* i960: guess, pretty unlikely that cosr opcode uses sine ... (nw) Angelo Salese2015-03-171-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* i960.c: Save some additional state [Phil Bennett] Phil Bennett2014-05-051-0/+5
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+0
* i960.c: Modernized cpu core (nw) Wilbert Pol2013-08-042-1011/+1000
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* i960: Add cvtilr needed by Zero Gunner. [Kale, R. Belmont] R. Belmont2013-04-032-1/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-172/+171
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-4/+2
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-33/+33
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-12/+12
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-10/+10
* running_device -> device_t Aaron Giles2010-12-312-5/+5
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-5/+7
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-52/+52
* 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-2/+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-6/+5
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-12/+12
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-6/+6
* 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-103-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-282-3/+3
* > -----Original Message----- Aaron Giles2009-10-033-4/+1
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-13/+15
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-3/+3
* CPU cores now compile cleanly. Aaron Giles2009-03-151-7/+16
* 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug Aaron Giles2008-12-301-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-15/+15
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* i960: fixed nor opcode and added notor opcode Roberto Zandona2008-12-141-1/+8
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-6/+2