summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms7000
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-2480/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-242-3/+3
* Simple LTO warning fixes (Part1) (nw) Cowering2015-05-241-3/+3
* credit for tim hap2015-05-183-2/+5
* Update for Phill Harvey-Smith and Tim Lindner Miodrag Milanovic2015-05-181-1/+1
* removed old copyright notice, tms7000 was completely rewritten by me, except ... hap2015-05-104-65/+38
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-073-0/+6
* 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
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-152-3/+3
* small update Michaël Banaan Ananas2014-07-271-8/+8
* notes Michaël Banaan Ananas2014-07-261-8/+14
* TMS70C46 dockbus stub Michaël Banaan Ananas2014-07-262-3/+36
* i had TMS70C46 external memory mode backwards Michaël Banaan Ananas2014-07-252-21/+17
* (MESS) Michaël Banaan Ananas2014-07-251-2/+2
* fix tms7000 sbb Michaël Banaan Ananas2014-07-251-1/+1
* aaaand tms70c46 made a comeback Michaël Banaan Ananas2014-07-242-19/+109
* removed TMS70C46 cputype anyway, was identical alias to TMS70C40 Michaël Banaan Ananas2014-07-232-17/+0
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-222-12/+12
* Cleanups and version bump Miodrag Milanovic2014-07-221-25/+25
* small update Michaël Banaan Ananas2014-07-211-0/+1
* shut up debugger Michaël Banaan Ananas2014-07-202-5/+11
* some notes Michaël Banaan Ananas2014-07-201-15/+25
* fix irqline problem Michaël Banaan Ananas2014-07-202-24/+27
* cc40 added lcd indicators, cartridge load, battery ram Michaël Banaan Ananas2014-07-192-0/+15
* readded ace color overlay after confirmation with cabinet photo Michaël Banaan Ananas2014-07-172-4/+1
* rewrote most of tms7000, fixing a few issues and adding preliminary support f... Michaël Banaan Ananas2014-07-165-4113/+1215
* nw Michaël Banaan Ananas2014-07-071-10/+9
* go back to a fake memmap for now Michaël Banaan Ananas2014-07-032-84/+32
* use devcb instead of a fake memmap for tms7000 i/o ports Michaël Banaan Ananas2014-07-032-26/+85
* added more cpu types for tms7000 family Michaël Banaan Ananas2014-07-032-17/+94
* small cleanup Michaël Banaan Ananas2014-07-023-47/+9
* (MESS) exelv.c [Gilles Fétis] Scott Stone2014-06-022-123/+61
* fixed usage of uninitialized member in tms7000_device (nw) Oliver Stöneberg2014-05-131-0/+1
* fixed usage of uninitialized members in tms7000_device (nw) Oliver Stöneberg2014-04-251-0/+3
* rewrote bcd_add/sub according to official doc Michaël Banaan Ananas2014-04-093-244/+99
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+0
* and more *.c -> *.inc renaming (nw) Oliver Stöneberg2014-03-193-4/+4
* tms7000.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-014-988/+1142
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-619/+619
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* Enum and union normalization. Aaron Giles2012-09-161-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16