summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms57002/tms57002.cpp
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure.sound Olivier Galibert6 days1-14/+13
* zsg2: update stream before reading, hap2025-01-061-1/+1
* diexec: remove vestigal execute_input_lines() hap2024-09-181-5/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-7/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-6/+6
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* tms57002: clear some forgotten registers Olivier Galibert2020-12-281-0/+3
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-5/+4
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-8/+8
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-8/+8
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-22/+15
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* tms57002/*.* : Updates cam9002019-04-261-205/+276
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-2/+2
* tms57002: Trick to reduce the compiler memory usage [O. Galibert] Olivier Galibert2018-08-231-5/+2
* tms57002: clean up git merge weirdness (nw) arbee2018-08-181-28/+0
* taito_zm.cpp / zsg2.cpp - more improvements (#3866) superctr2018-08-181-8/+36
* taito_zm: DSP emulation (work in progress!) (#3854) superctr2018-08-171-23/+85
* tms57002: Add dready callback for superctr (nw) AJR2018-08-131-0/+13
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-3/+4
* 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
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-16/+5
* 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-6/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-75/+75
* 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
* tms57002: I hadn't yet understood some of the, err, subtleties of the memory ... Olivier Galibert2016-06-211-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Revert "(nw)" Olivier Galibert2015-12-071-0/+2
* (nw) Olivier Galibert2015-12-071-2/+0
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+917