summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms9900/tms9995.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* tms9995.cpp: initialized one variable which caused crashes in formula1.cpp. Ivan Vangelista2020-09-291-2/+4
* gameio.cpp: fixed missing initialization causing various apple2 computer not ... Ivan Vangelista2020-05-311-2/+0
* tms9995.cpp: fixed different behaviour of the tutor driver in the devnoclear ... Ivan Vangelista2020-05-301-1/+3
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-091-1/+1
* tms9995: Make address visible on address bus during on-chip operations. Michael Zapf2019-12-071-8/+26
* 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-7/+13
* tms99xx: Checked min/max cycles, reverted tms9980a clock change. Michael Zapf2019-04-151-2/+10
* tms99xx: Combine DBIN/IAQ operation with setaddress, no need for separate cal... Michael Zapf2019-04-131-14/+8
* tms99xx/ti99: Change setaddress handling (write operation, including DBIN sta... Michael Zapf2019-04-011-14/+14
* (nw) Clean up the mess on master Vas Crabb2019-03-261-65/+43
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-43/+65
* tms99xx: Fixed handling of C and OV status bits for INV and SLA instructions. Michael Zapf2019-03-211-2/+6
* geneve: Fix GPL mode lockup, caused by prior interrupt latch modifications. Michael Zapf2019-03-071-4/+7
* tms9900, tms9980a, tms9995: CRU addressing change AJR2019-03-011-48/+15
* tms9995: Fixed double-triggered INT1/4 by clearing the INT1/4 latch Michael Zapf2019-02-061-11/+15
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-2/+2
* ti99_2: Fixed cassette loading by fixing a glitch of tms9995 reading the decr... Michael Zapf2018-08-101-4/+5
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-9/+25
* tms9995: Fixed latching of pulsed interrupts Michael Zapf2018-05-011-21/+32
* ti99: Hexbus floppy system; logging updates Michael Zapf2018-03-311-158/+143
* 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-2/+2
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* tms9995: Fixed READY check on RESET (auto-waitstate) Michael Zapf2017-12-231-27/+13
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-4/+4
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-4/+4
* TMS9995: fixed debugger do command (Thanks to Ryan Holtz) Robbbert2017-12-091-4/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-13/+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-5/+5
* Device validation fixes: all the rest (nw) AJR2017-03-031-18/+2
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-4/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* 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-11/+23
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-23/+11
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-95/+95
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-95/+95
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-62/+62
* 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-150/+214
* tms9995: Changed method names for some input lines Michael Zapf2016-03-311-2/+2