summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arcompact
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-9911/+0
|
* python: Make all scripts python 2/3 compatible Olivier Galibert2015-07-301-256/+257
|
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
|
* missed a -pedantic fix (nw) Cowering2015-07-081-30/+30
|
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-1310-20/+20
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0710-0/+20
|
* 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
| | | | | This change uses sys.exc_info()[1] instead of the "as" syntax to retain Python 2.5 compatibility.
* 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
| | | | | | | | | - Radikal Bikers (Version 2.02) [Ricky2001 (from AUMAP)] note, this is the original Gaelco version, the one we had was the Atari license, only one rom differs so I guess it's a region / license byte. note2, pretty sure multithreading is broken with poly.c, you have to use -numprocessors 1 or the whole thing is a flickering mess.
* 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
| | | | (nw)
* 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 ↵ mamehaze2014-12-207-698/+4294
| | | | the first few jumps (nw)
* (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 ↵ mamehaze2014-12-161-43/+77
| | | | extended registers for multiply results (nw)
* 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
|