summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32082
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-135-3859/+0
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-262-21/+21
* New games marked as GAME_NOT_WORKING ------------------------------------ ROL... Ville Linde2015-08-183-1/+139
* blame balrog for this :) (NW) Cowering2015-07-081-3/+3
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-7/+7
* update for Ville Linde (nw) Miodrag Milanovic2015-05-135-5/+5
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-135-5/+5
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-075-0/+10
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-6/+6
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-6/+6
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-192-3/+1
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-175-345/+345
* tms32082: more MP opcodes (nw) Ville Linde2013-08-102-3/+159
* tms32082: MP interrupts + more PP disasm work (nw) Ville Linde2013-08-094-38/+262
* tms32082: more PP disasm fixes (nw) Ville Linde2013-08-071-43/+163
* tms32082: PP disassembler progress (nw) Ville Linde2013-07-311-6/+492
* tms32082: split MP and PP disassembler (nw) Ville Linde2013-07-273-24/+37
* tms32082: Added Parallel Processor + more MP opcodes (nw) Ville Linde2013-07-264-9/+433
* tms32082: more opcodes (nw) Ville Linde2013-07-254-10/+305
* tms32082: more disasm fixes (nw) Ville Linde2013-07-231-17/+54
* tms32082: improved vector op disasm (nw) Ville Linde2013-07-231-25/+73
* tms32082: another bunch of stuff (nw) Ville Linde2013-07-234-209/+864
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-234-287/+287
* tms32082: more improvements Ville Linde2013-07-214-37/+409
* tms32082: Internal address map + more opcodes. Ville Linde2013-07-183-5/+175
* tms32082: Added first few opcodes. Ville Linde2013-07-163-3/+150
* Groundworks for TMS320C82 core. Ville Linde2013-07-153-0/+567