summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms57002 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* tms57002/*.* : Updates cam9002019-04-266-310/+395
* srcclean and manual fixup (nw) Vas Crabb2018-08-263-5/+5
* tms57002: Trick to reduce the compiler memory usage [O. Galibert] Olivier Galibert2018-08-235-11/+51
* tms57002, konamigx: fix regression (#3870) superctr2018-08-201-31/+31
* 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-175-49/+149
* tms57002: Add dready callback for superctr (nw) AJR2018-08-133-0/+21
* 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-252-3/+3
* 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-122-2/+3
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-265-32/+49
* 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-7/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-13/+13
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-204-17/+7
* Merge pull request #1737 from npwoods/dasmstream_tms57002 Vas Crabb2016-11-192-28/+28
|\
| * Missed this Python script that generates code Nathan Woods2016-11-181-1/+1
| * Changed the tms57002 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-181-27/+27
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
|/
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-169/+169
* 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-013-8/+8
* Add license to files that were not part of build or are containing data to bu... Miodrag Milanovic2016-03-051-0/+2
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-2/+0
* fix for python 2.7 (nw) Miodrag Milanovic2015-12-071-0/+2
* Correct tms fix (nw) Olivier Galibert2015-12-071-38/+30
* Revert "(nw)" Olivier Galibert2015-12-072-0/+26
* (nw) Olivier Galibert2015-12-072-26/+0
* override part 2 (nw) Miodrag Milanovic2015-12-051-11/+11
* 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-083-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-136-0/+2353