summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000/tms0980.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+2
* smc1102: add lcd and interrupt handling hap2023-04-141-33/+33
* smc1102: add device skeleton hap2023-04-071-10/+10
* smc1102: add disassembler hap2023-04-061-1/+1
* New working systems hap2023-03-281-7/+7
* tdracula: flip output pla hap2022-08-071-1/+1
* tms1000: add read/write prefix to k/r/o devcb names hap2022-08-061-1/+1
* tms2100: add some of the opcodes hap2022-08-061-24/+63
* tms1000: add stack levels to constructor list hap2022-08-061-4/+4
* tms1000: move common memory maps to base file hap2022-08-061-12/+7
* tms1000: added tms1475 hap2022-08-021-6/+3
* tms0270: fix problem with power off and ctl direction hap2022-07-301-2/+2
* cpu: remove obsolete debugger.h include from some of my files hap2022-04-021-1/+0
* New working machines hap2021-07-131-1/+1
* microvsn: add default tms1100 microinstructions (nw) hap2020-04-081-2/+2
* -tms1xxx: Removed MCFG macros. mooglyguy2018-12-071-20/+13
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-8/+10
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* tms1000: cleanup memmap declarations (nw) hap2018-02-131-0/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-12/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* Fix tms0980 debugger hook and remove leftover debug code (nw) Olivier Galibert2017-11-281-1/+1
* tms1000: fix another 9bit related regression (nw) hap2017-11-271-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+4
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-311-12/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+19
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* change some of my files to use abbreviated integer types (nw) hap2017-01-161-21/+21
* correct some spacing (nw) hap2017-01-041-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* Cleanups and version bump Miodrag Milanovic2016-03-301-2/+2
* tms1000: added tp0320 microinstructions decode hap2016-03-201-17/+29
* tms1k: correct copyright tags, what's left of the old core before i rewrote i... hap2016-03-161-5/+5
* tms1k: split part 3, done hap2016-03-161-0/+231