summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs900 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tlcs900: fix setting programcounter in debugger hap5 days3-9/+22
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-63/+21
* namco/namcos10.cpp: Add MP3 decoder support to the MEM(P3) board. (#11210) 9871238791132023-05-151-1/+5
* namco/namcos10.cpp: More dumps/redumps, new decryption devices, and more I/O ... 9871238791132023-04-192-10/+35
* Debugger feature improvements AJR2022-03-271-0/+7
* Software list items promoted to working Ivan Vangelista2022-03-232-8/+8
* tlcs900: check timer enable before clocking chained timer, this improves ngpc... hap2022-03-152-4/+4
* tlcs900: fix disassembly of PC-relative addressing Devin Acker2021-01-101-8/+8
* tlcs900: Fix MAX instruction (nw) AJR2020-06-211-1/+1
* New machines marked as NOT_WORKING AJR2020-06-212-0/+295
* Correct cycle counts for TLCS-900/H CPU core; prepare to add support for orig... AJR2020-06-194-1546/+2953
* tlcs900: Misc. fixups (nw) AJR2020-06-183-0/+6
* tmp95c061, tmp95c063: Break up the register blocks (nw) AJR2020-06-186-952/+2232
* tlcs900: Split derived types into separate files; no need for separate 8-bit ... AJR2020-06-186-2327/+2359
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-312-8/+8
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-10/+9
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+4
* (nw) clean up code rot and cancer Vas Crabb2019-10-081-9/+4
* tlcs90, tlcs900: Removed MCFG, nw mooglyguy2018-12-072-171/+72
* devcb3 Vas Crabb2018-07-071-54/+54
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* diexec: Interrupt API changes (nw) AJR2018-05-181-0/+1
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-12/+16
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-1879/+1879
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-8/+12
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-228/+279
* 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-4/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-60/+61
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-16/+32
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-242-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Fixed more spacing issues Nathan Woods2016-10-301-36/+36
* Further cleanups to the TLCS900 disassemlber; fixed some paren spacing, conve... Nathan Woods2016-10-291-179/+180
* Changed the tlcs900 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-291-81/+90
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-308/+308
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-012-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-272-26/+26
* reverting: Miodrag Milanovic2016-01-202-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2