summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arcompact
Commit message (Expand)AuthorAgeFilesLines
* more Python script cleanups based on PyCharm inspection (nw) Oliver Stöneberg2015-03-051-21/+21
* Remove except clause syntax not supported on Python 3. (nw) Mike Naberezny2015-03-031-1/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-283-10/+10
* Fix undefined names "logging" and "fname". (nw) Mike Naberezny2015-01-271-1/+1
* Remove unused imports. (nw) Mike Naberezny2015-01-251-1/+0
* arcompact (nw) David Haywood2015-01-024-3/+23
* arcompact wip (nw) David Haywood2015-01-024-51/+200
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-319-458/+394
* (nw) mamehaze2014-12-272-36/+26
* arcompact - it's actually executing code in cartridge space now (nw) mamehaze2014-12-274-160/+192
* checkpoint (nw) mamehaze2014-12-273-91/+52
* arcompact - start to add the hardware loop support (nw) mamehaze2014-12-266-77/+80
* arcompact (nw) mamehaze2014-12-263-120/+132
* arcompact (nw) mamehaze2014-12-263-6/+95
* arcompact (nw) mamehaze2014-12-262-178/+137
* arcompact (nw) mamehaze2014-12-263-93/+58
* arcompact (nw) mamehaze2014-12-262-562/+181
* the 'with cartridge' codepath is different (nw) mamehaze2014-12-242-22/+149
* and so we arrive at some code trying to set up hardware loops (nw) mamehaze2014-12-241-13/+90
* new clones mamehaze2014-12-241-4/+26
* arcompact (nw) mamehaze2014-12-243-96/+324
* (nw) mamehaze2014-12-231-7/+62
* arcompact - further (nw) mamehaze2014-12-233-129/+411
* more arcompact ops, continues to move forward (nw) mamehaze2014-12-234-24/+287
* pass a bit more of the bios self-validation (nw) mamehaze2014-12-221-43/+194
* (nw) mamehaze2014-12-222-73/+154
* (nw) mamehaze2014-12-223-54/+115
* some more ops (nw) mamehaze2014-12-222-133/+257
* arcompact: starts to read the 2 copyright strings in the bios for comparison ... mamehaze2014-12-212-26/+86
* couple more ops (nw) mamehaze2014-12-213-19/+91
* arcompact: execute first few MOVs (nw) mamehaze2014-12-214-22/+169
* arcompact: prepare to add more opcodes (nw) mamehaze2014-12-213-843/+1078
* start making an actual CPU core out of the arcompact disassembler, executes t... mamehaze2014-12-207-698/+4294
* (nw) mamehaze2014-12-191-38/+91
* silly typo (nw) David Haywood2014-12-181-1/+1
* arcompact - some dasm helpers for LR/SR (nw) David Haywood2014-12-181-5/+222
* arcompact (nw) David Haywood2014-12-171-14/+195
* arcompact: dasm of the zero overhead loop instructions (nw) David Haywood2014-12-172-13/+79
* more LIMM fixes (nw) mamehaze2014-12-161-12/+56
* arcompact - fix some limm decoding, confirm that leapster CPU type uses the e... mamehaze2014-12-161-43/+77
* more (nw) mamehaze2014-12-161-12/+70
* more (nw) mamehaze2014-12-161-13/+22
* arcompact dasm wip (nw) mamehaze2014-12-164-63/+503
* arcompact dasm fixes (jump / branch destinations) (nw) mamehaze2014-12-151-133/+136
* more dasm improvements (nw) mamehaze2014-12-151-46/+107
* arcompact dasm wip (nw) mamehaze2014-12-152-143/+195
* arcompact wip (nw) mamehaze2014-12-151-150/+221
* sync (nw) David Haywood2014-12-121-16/+90
* sync (nw) David Haywood2014-12-121-66/+79
* arcompact (nw) David Haywood2014-12-121-35/+161