summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32025 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-45/+45
* mostly resolved mix of intel and motorola notation in tms32025 disassembler Jonathan Gevaryahu2009-12-021-2/+2
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-1/+1
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* tms32025: Fix timings, hopefully Olivier Galibert2009-03-301-2/+2
* TMS320C25 fixes and enhancements: Olivier Galibert2009-03-262-10/+31
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-4/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-151-14/+23
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-01-141-4/+0
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-9/+9
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-11/+11
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Cleanups and version bump. Aaron Giles2008-12-151-18/+18
* Pointer-ified the TMS32025 core. Quench2008-12-111-1461/+1429
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-4/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-32/+32
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1