summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/score
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-1941/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-7/+7
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-3/+3
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* fixed usage of uninitialized members in score7_cpu_device (nw) Oliver Stöneberg2014-04-271-0/+4
* License tags. (nw) Sandro Ronco2013-10-264-0/+8
* (MESS) Added preliminary S+core CPU emulation. [Sandro Ronco] Sandro Ronco2013-09-074-0/+1930