summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/unsp
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-1252/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-093-6/+6
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-073-0/+6
* vii/unsp cleanups for cowering (nw) Olivier Galibert2014-11-272-12/+11
* fixed usage of uninitialized member in unsp_device (nw) Oliver Stöneberg2014-04-241-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-6/+5
* unsp.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2013-12-292-279/+261
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-146/+146
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Fixed disassembly of far jump instructions in the u'nSP core [trap15] Ryan Holtz2012-01-291-1/+1
* Fixed UNSP CPU core reset [Robbbert] Miodrag Milanovic2011-05-311-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* 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-2/+2
* 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-172-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* 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-081-5/+4
* Slightly fixed interrupt handling and added SBIC and MUL opcodes to the Atmel... Ryan Holtz2010-03-112-0/+18
* 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-3/+3
* Cleanups and version bump. Aaron Giles2010-01-161-7/+7
* Added a mostly-complete SunPlus u'nSP core based on the one in Segher's "Unun... Ryan Holtz2010-01-143-0/+1252