summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms7000
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2/+2
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-10/+10
* running_device -> device_t Aaron Giles2010-12-312-5/+5
* tms7000: Corrected two opcodes: typo in inv_b Fabio Priuli2010-11-121-3/+7