summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs900
Commit message (Expand)AuthorAgeFilesLines
* cpu/tlcs900/tmp94c241_serial.cpp: Let's not break encapsulation and add gratu... Vas Crabb2026-03-304-67/+118
* Ran srcclean across the source. Vas Crabb2026-03-221-2/+2
* tmp94c241: Add serial port sub-device with I/O interface mode (#15015) Felipe Corrêa da Silva Sanches2026-03-174-136/+522
* tmp94c241: Implement DMA subsystem (HDMA + DMAR) and fix port reads (#15003) Felipe Corrêa da Silva Sanches2026-02-232-4/+342
* srcclean and tidy Vas Crabb2026-02-222-57/+57
* tlcs900: Implement EI/RETI interrupt acceptance shadow (#14995) Felipe Corrêa da Silva Sanches2026-02-203-2/+24
* tlcs900: Add model-specific LDC control register names for DMA registers (#14... Felipe Corrêa da Silva Sanches2026-02-197-157/+193
* cpu/tlcs900/tmp95c063.cpp: Fix syntax error AJR2025-09-271-1/+1
* cpu/tlcs900: Show SFR symbols in disassembled code for names for TMP95C061, T... Felipe Corrêa da Silva Sanches2025-09-287-5/+145
* cpu/tlcs900/dasm900.cpp: Fixed uninitialised members. Vas Crabb2025-09-263-181/+121
* [tmp94c241] dasm: SFR symbol names (#14181) Felipe Corrêa da Silva Sanches2025-09-183-35/+165
* srcclean and cleanup. Vas Crabb2025-02-231-6/+6
* cpu/tlcs900: Added the TMP94C241 variant (used by the Technics SX-KN5000). (#... Felipe Corrêa da Silva Sanches2025-02-188-69/+1689
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-2/+3
* tmp95c063: correct typo from prev commit [Hydreigon] hap2024-11-041-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-274-12/+12
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* cpu/tlcs900: Use callback arrays and member function templates to simplify I/... Felipe Corrêa da Silva Sanches2024-09-164-694/+248
* -igs/igs_m027.cpp: Hooked up I/O for slqz3. Vas Crabb2024-09-111-15/+0
* cpu/tlcs900: Replaced a number of preprocessor macro constants with enum and ... Felipe Corrêa da Silva Sanches2024-09-113-138/+154
* tlcs900: fix setting programcounter in debugger hap2024-03-243-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