summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1310-10649/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-242-8/+8
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-1/+1
* License self-service. Aaron Giles2015-05-251-1/+1
* Update for Zsolt Vasvari (nw) Miodrag Milanovic2015-05-252-2/+2
* Did changes for Alex Pasadyn (nw) Miodrag Milanovic2015-05-177-14/+14
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-139-9/+9
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-079-0/+18
* tms34010.c: fixed a stupid error I did while moving this CPU core to inline c... Ivan Vangelista2015-05-042-5/+7
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-6/+6
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-152-19/+19
* disabled -Wconstant-logical-operand again for clang / src/emu/cpu/tms34010/34... Oliver Stöneberg2014-09-261-15/+15
* fix compile on MSVC 2012 & 2013 [Peter Ferrie] smf-2014-09-261-0/+15
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-243-56/+98
* 34010gfx.c: Work around clang shift overflow warnings; silly fix... (nw) Wilbert Pol2014-09-231-12/+12
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+0
* tms34010: Modernised cpu core. (nw) Wilbert Pol2014-07-037-3842/+3935
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-3/+3
* - TMS34010: Use the CONVSP/CONVDP registers to adjust source and destination ... Phil Bennett2014-04-231-9/+9
* let's try this instead (nw) David Haywood2014-04-211-3/+5
* fix issue with battletoads, but re-break some gfx in littlerb/megaphoenix in ... David Haywood2014-04-211-2/+2
* 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-073-3/+3
* this fixes a clipping issue with littlerb and megaphx, although I need to che... David Haywood2014-03-291-2/+4
* make the TMS34010 a bit safer when 8-bit writes are used (Megaphoenix does th... David Haywood2014-03-182-43/+52
* one more typo (nw) Miodrag Milanovic2014-03-161-4/+4
* some more legacy stuff removed (nw) Miodrag Milanovic2014-03-162-28/+24
* crash fixes for mame (nw) Miodrag Milanovic2014-02-281-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+4
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-192-12/+5
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-172-3/+2
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+2
* placed some of screen update functions in tms34010 cpu core classes Miodrag Milanovic2013-07-252-13/+47
* Revert R21634 -nw- Phil Bennett2013-03-131-4/+2
* Clang warning fixes: (nw) Phil Bennett2013-03-061-2/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-24/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-119-2392/+2389
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-173-78/+79
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-6/+3
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-122-4/+4
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-112-3/+3
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-10/+10