summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32051/tms32051.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-531/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* update for Ville Linde (nw) Miodrag Milanovic2015-05-131-1/+1
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* added op_bldd_sbmar Michaël Banaan Ananas2014-09-091-51/+64
* poking around with taitojc dangcurv Michaël Banaan Ananas2014-09-091-40/+34
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+0
* tms32051.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2013-12-311-500/+273
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* removed some unused device_irq_acknowledge_callback occurrances (nw) Oliver Stöneberg2013-08-211-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-220/+220
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Pass 2 of struct modernization. Aaron Giles2012-09-151-6/+6
* 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-17/+17
* Clean-ups and version bumpmame0146u3 Miodrag Milanovic2012-07-151-6/+6
* stack emulation is more accurate now + make it obvious that some of the reset... Michaël Banaan Ananas2012-07-091-15/+25
* hook up dummy dsp rom Michaël Banaan Ananas2012-07-081-4/+6
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Added shared SARAM hook-up in TMS32051 ... this also regresses Dangerous Curv... Angelo Salese2011-08-241-5/+6
* Fixed a debugger crash if you try to view data memory in TMS32051 [Angelo Sal... Angelo Salese2011-08-241-2/+6
* Work-around for TMS32051 crash on Taito JC soft reset Angelo Salese2011-08-241-8/+9
* Fixed TMS32051 debug memory viewer [Angelo Salese] Angelo Salese2011-08-241-2/+3
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-15/+15
* 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-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+3
* 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-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-11/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-2/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-151-9/+18