summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms7000/tms7000.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-366/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+2
* credit for tim hap2015-05-181-1/+1
* removed old copyright notice, tms7000 was completely rewritten by me, except ... hap2015-05-101-20/+7
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* TMS70C46 dockbus stub Michaël Banaan Ananas2014-07-261-0/+5
* i had TMS70C46 external memory mode backwards Michaël Banaan Ananas2014-07-251-9/+5
* (MESS) Michaël Banaan Ananas2014-07-251-2/+2
* aaaand tms70c46 made a comeback Michaël Banaan Ananas2014-07-241-2/+31
* removed TMS70C46 cputype anyway, was identical alias to TMS70C40 Michaël Banaan Ananas2014-07-231-8/+0
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-8/+8
* shut up debugger Michaël Banaan Ananas2014-07-201-1/+2
* fix irqline problem Michaël Banaan Ananas2014-07-201-4/+4
* cc40 added lcd indicators, cartridge load, battery ram Michaël Banaan Ananas2014-07-191-0/+8
* readded ace color overlay after confirmation with cabinet photo Michaël Banaan Ananas2014-07-171-1/+1
* rewrote most of tms7000, fixing a few issues and adding preliminary support f... Michaël Banaan Ananas2014-07-161-245/+189
* go back to a fake memmap for now Michaël Banaan Ananas2014-07-031-51/+11
* use devcb instead of a fake memmap for tms7000 i/o ports Michaël Banaan Ananas2014-07-031-10/+52
* added more cpu types for tms7000 family Michaël Banaan Ananas2014-07-031-8/+48
* small cleanup Michaël Banaan Ananas2014-07-021-10/+2
* rewrote bcd_add/sub according to official doc Michaël Banaan Ananas2014-04-091-16/+17
* tms7000.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-011-6/+317
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-4/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+3
* Pointer-ified the tms7000 core. Aaron Giles2008-12-101-1/+1
* activecpu_count -= 133 Aaron Giles2008-12-061-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-3/+3
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-6/+9
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-2/+2
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+55