summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms0980
Commit message (Expand)AuthorAgeFilesLines
* added tms1990 device hap2015-03-152-0/+12
* added support for defining a 7seg decoder table for AMI S2000 hap2015-02-252-4/+4
* mnemonics to uppercase hap2015-01-291-21/+20
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-3/+3
* tms1400 opcode 0x09 is F_COMX8 anyway hap2015-01-191-1/+0
* added tms1400 callstack hap2015-01-182-38/+73
* preliminary support for TMS1400 hap2015-01-172-93/+247
* tispeak.c: added TI Language Tutor (preliminary, need to figure out why it's ... hap2015-01-092-12/+0
* fix disasm for rbit and sbit hap2015-01-091-21/+14
* fix s_flags[] array out of bounds access hap2015-01-091-15/+15
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-312-46/+46
* added cartslot hap2014-12-221-0/+1
* fixed status being reset too early hap2014-12-191-11/+11
* (MESS)preliminary emulation of Speak & Spell hardware. [hap, Lord Nightmare] hap2014-12-182-82/+154
* (MESS)Game promoted to working hap2014-12-152-37/+36
* (MESS)Game promoted to working hap2014-12-142-35/+82
* starwbc clock: i miscalculated hap2014-12-101-1/+1
* get rid of c_output_pla warning hap2014-12-102-13/+13
* tmc0270 unknown line hap2014-12-091-29/+36
* added tmc0270_cpu_device, preliminary hap2014-12-092-47/+160
* nothing hap2014-12-062-30/+6
* tms0980.c: Small cleanup (nw) Wilbert Pol2014-12-021-11/+11
* readded microinstructions info hap2014-12-021-49/+53
* (MESS) Rewrote TMS1xxx MCU core and added support for a couple of classic Tex... hap2014-12-012-994/+1061
* added comp4 and wizatron output_pla from Sean Riddle hap2014-11-111-10/+16
* minor fixes hap2014-11-101-13/+8
* added tms0970 device hap2014-11-072-2/+16
* get rid of old printfs hap2014-11-051-30/+12
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-9/+9
* fix compile (nw) Miodrag Milanovic2014-04-291-1/+1
* fixed usage of uninitialized members in tms1xxx_cpu_device (nw) Oliver Stöneberg2014-04-281-0/+8
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-232-9/+8
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-212-15/+15
* Modernized tms1xxx cpu cores. (nw) Wilbert Pol2013-06-112-530/+499
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-243/+241
* write to the log whenever an unknown output pla config is encountered (nw) Wilbert Pol2012-12-221-2/+5
* (MESS) merlin.c: Some driver improvements (nw) Wilbert Pol2012-11-022-281/+288
* tms0980.c: Some small fixes for the tms1100 cpus (nw) Wilbert Pol2012-10-312-19/+44
* tms0980.c: Fixed debugger crashes on tms1100 cpus. (nw) Wilbert Pol2012-10-301-0/+2
* srcclean (nw) Curt Coder2012-10-071-2/+2
* device_func to device callback change (no whatsnew) Miodrag Milanovic2012-09-262-13/+22
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-5/+5
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-4/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-30/+30
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-24/+24
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-32/+32