summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms9900/tms9900.cpp
Commit message (Expand)AuthorAgeFilesLines
* tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... hap2024-09-201-4/+0
* diexec: remove vestigal execute_input_lines() hap2024-09-181-5/+0
* tms9900: Fix undefined behaviour when reset occurs during a data derivation s... Michael Zapf2024-04-011-0/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-24/+10
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-21/+21
* distate: don't try to read unused value() during formatstr hap2023-01-021-2/+2
* tms9900: fix crash at start hap2023-01-011-2/+2
* Update various source files to use swapendian_int16 AJR2022-10-291-1/+1
* tms9900: Fix PC display for watchpoint hits AJR2021-11-141-2/+2
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* tms99xx: Change setaddress method signature to (address,buslines); treating a... Michael Zapf2019-04-171-28/+43
* tms99xx: Checked min/max cycles, reverted tms9980a clock change. Michael Zapf2019-04-151-3/+10
* tms9900: Remove forgotten LOG flag. (nw) Michael Zapf2019-04-151-1/+1
* tms99xx: Combine DBIN/IAQ operation with setaddress, no need for separate cal... Michael Zapf2019-04-131-15/+9
* tms99xx: Added missing initialization of m_ready_bufd; modernized logging. (nw) Michael Zapf2019-04-061-0/+1
* tms9900: Modernized logging, fixed LDCR/STCR handling of reg indirect/auto-in... Michael Zapf2019-04-051-117/+117
* tms99xx/ti99: Change setaddress handling (write operation, including DBIN sta... Michael Zapf2019-04-011-9/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-261-40/+47
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-47/+40
* tms99xx: Fixed handling of C and OV status bits for INV and SLA instructions. Michael Zapf2019-03-211-2/+6
* tms9900: Notes on CRU addressing (nw) AJR2019-03-021-1/+14
* tms9900, tms9980a, tms9995: CRU addressing change AJR2019-03-011-37/+27
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-2/+2
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-6/+19
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* 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-1/+1
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-12/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-12/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-4/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* srcclean (nw) Vas Crabb2016-11-271-4/+4
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-211-2/+2
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-3/+11
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-11/+3
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-46/+46
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-46/+46
* put link to removed version (nw) Miodrag Milanovic2016-11-101-0/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-55/+55
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+2
* Added save state support to tms99xx; replaced new/delete by unique_ptr. Michael Zapf2016-09-231-55/+93
* Log output changed Michael Zapf2016-03-311-52/+52