summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32025
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-3294/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+2
* update licenses for : Tony La Porta, Sean Young, Mathis Rosenhauer, Paul Prie... Miodrag Milanovic2015-05-154-4/+4
* notes hap2015-05-134-4/+4
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-134-4/+4
* 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
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
* various cpu cores: don't state save icount (nw) Alex W. Jackson2014-07-091-1/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-3/+2
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-1/+1
* tms32025.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2013-12-312-1506/+1646
* few more fixes (nw) Miodrag Milanovic2013-08-231-0/+1
* 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-114-745/+745
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Final round of struct/union/enum normalization. Aaron Giles2012-09-162-9/+5
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-4/+4
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16
* fixed some unread variable warning reported by cppcheck (no whatsnew) Oliver Stöneberg2012-08-041-2/+2
* Clean-ups and version bump Miodrag Milanovic2012-07-301-9/+9
* some of the updates from Quench Michaël Banaan Ananas2012-07-191-16/+20
* update alu.d on lalk Michaël Banaan Ananas2012-07-181-1/+2
* small cleanup Michaël Banaan Ananas2012-07-181-20/+6
* fixed another carry/overflow flag edge case + fixed NORM opcode Michaël Banaan Ananas2012-07-181-33/+16
* fix edge cases with add/sub carry and overflow flag Michaël Banaan Ananas2012-07-181-12/+10
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Re-add overflow/carry flags for subc, and OVM on add overflow. Michaël Banaan Ananas2011-09-081-27/+13
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-232-3/+3
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-15/+17
* (typofix) Michaël Banaan Ananas2011-02-091-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-39/+39
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-8/+7
* 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-3/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* 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-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-6/+3