summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-2/+2
* disasm: init lfsr pc tables in constructor (nw) hap2019-04-232-84/+62
* (nw) Clean up the mess on master Vas Crabb2019-03-266-54/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-18/+54
* Machines promoted to working hap2019-03-101-1/+1
* tms1000: move tms0270 devcb binders to base class (nw) hap2019-03-016-53/+17
* -tms1xxx: Removed MCFG macros. mooglyguy2018-12-079-118/+70
* devcb3 Vas Crabb2018-07-072-7/+7
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-203-27/+34
* (nw) commit these address map changes while i can Robbbert2018-04-202-10/+13
* Reshuffle some stuff: Vas Crabb2018-03-282-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-258-12/+12
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-158-24/+24
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-18/+18
* tms1000: cleanup memmap declarations (nw) hap2018-02-1312-35/+36
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-129-70/+45
* tms1700: fix memory map override (nw) hap2018-02-011-1/+1
* hh_tms1k: fix led mask for bankshot (nw) hap2018-01-231-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-177-9/+9
* tms1000: split execute_run into execute_one (nw) hap2017-12-224-154/+171
* tms1000c: added correct microinstructions pla (nw) hap2017-12-216-63/+128
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-138-61/+110
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-138-110/+61
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-134-5/+5
* New working machines hap2017-12-071-1/+1
* tms1000: added halt pin (nw) hap2017-12-024-55/+92
* hh_tms1k: xl25 WIP (nw) hap2017-12-022-0/+12
* 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 dasm: put simple getters in h file. only tms1100 and derivatives have... hap2017-11-282-24/+6
* tms1000: fix another 9bit related regression (nw) hap2017-11-273-5/+5
* tms1000: these enums don't need to be public (nw) hap2017-11-271-20/+20
* tms1000: added preliminary tms1000c (nw) hap2017-11-276-61/+89
* tms1000 dasm: fix 9bit branch offset (nw) hap2017-11-271-4/+1
* Some fixes (nw) Olivier Galibert2017-11-261-1/+1
* disasm: these notes can be removed (nw) hap2017-11-261-1/+0
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2612-80/+220
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+8
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-3112-57/+16
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-226-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1416-195/+248
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* tms1000: added Motorola MC141000, MC141200 (nw) hap2017-04-023-2/+33
* Self-registering devices prep: Vas Crabb2017-02-277-21/+21
* Remove emu.h from headers (nw) Olivier Galibert2017-02-119-1/+8
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-312-7/+7
* hh_tms1k: fonas baseball WIP (nw) hap2017-01-261-0/+2
* tms0970: fix problem with DDIG, should fix comp4 leds (nw) hap2017-01-211-1/+1
* change some of my files to use abbreviated integer types (nw) hap2017-01-1617-200/+200