summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* (nw) David Haywood2015-12-061-6/+6
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-06160-1430/+1430
* swap some sets around (nw) David Haywood2015-12-061-14/+17
* new clones David Haywood2015-12-062-61/+61
* new clones David Haywood2015-12-062-4/+18
* new clones (not working) David Haywood2015-12-062-2/+79
* Added addprojectflags function and added -Wsuggest-override for all that are ... Miodrag Milanovic2015-12-0613-0/+44
* mac: fix regressions (nw) arbee2015-12-062-1/+47
* fix override for new code (nw) Miodrag Milanovic2015-12-062-10/+10
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-12-068-13/+956
|\
| * Merge pull request #486 from system11b/S11psikyomono David Haywood2015-12-061-13/+6
| |\
| | * These games are all mono system11b2015-12-051-13/+6
| * | Merge pull request #487 from felipesanches/patinho_feio David Haywood2015-12-067-0/+950
| |\ \
| | * | [patinho] print IDX instead of /000 in the CAR and ARM instructions disasm Felipe Corrêa da Silva Sanches2015-12-061-2/+10
| | * | [patinho] improve log message for the unimplmemented SAI instruction (display... Felipe Corrêa da Silva Sanches2015-12-061-1/+1
| | * | [patinho] Implement instructions related to reading the 12bit switches from t... Felipe Corrêa da Silva Sanches2015-12-064-41/+137
| | * | [patinho] fixed metadata string (added accented character and tilde) Felipe Corrêa da Silva Sanches2015-12-061-1/+1
| | * | [patinho] Implemented methods for loading punched tape images as well as raw ... Felipe Corrêa da Silva Sanches2015-12-061-6/+31
| | * | [patinho] Preloaded another example program and fixed the opcode parsing of t... Felipe Corrêa da Silva Sanches2015-12-062-49/+63
| | * | refactored the handling of peripherals by creating a class to represent each ... Felipe Corrêa da Silva Sanches2015-12-062-13/+18
| | * | [patinho] Implement XOR, NAND and SOMI instructions and fix their disasm text... Felipe Corrêa da Silva Sanches2015-12-062-4/+23
| | * | [patinho] Update IDX on the debugger UI for every new instruction executed by... Felipe Corrêa da Silva Sanches2015-12-061-0/+1
| | * | [patinho] Implement SUS instruction Felipe Corrêa da Silva Sanches2015-12-061-0/+13
| | * | [patinho] Implement PLAN and PLAZ instructions and fix a bug in all of the in... Felipe Corrêa da Silva Sanches2015-12-061-8/+22
| | * | [patinho] Implement SOM and SOMX instructions (TODO: update T and V flags) Felipe Corrêa da Silva Sanches2015-12-061-0/+16
| | * | [patinho] Implement CAR and CARX instructions Felipe Corrêa da Silva Sanches2015-12-061-0/+14
| | * | [patinho] Implement PLAX instruction (jump to indexed address) Felipe Corrêa da Silva Sanches2015-12-061-0/+7
| | * | [patinho] indentation / comments cleanup Felipe Corrêa da Silva Sanches2015-12-063-28/+31
| | * | [patinho] Add support for indirect memory addressing and implement the IND in... Felipe Corrêa da Silva Sanches2015-12-062-7/+38
| | * | [patinho] Implement ARM and ARMX instructions Felipe Corrêa da Silva Sanches2015-12-061-0/+13
| | * | [patinho] implementation of the shift/rotate instructions (DE, GE, DEV, GEV, ... Felipe Corrêa da Silva Sanches2015-12-063-14/+108
| | * | [patinho] Implement instructions LIM, INC, UNEG and LIMP1 Felipe Corrêa da Silva Sanches2015-12-061-0/+23
| | * | [patinho] Implemented instructions LIMPO, UM, CMP1 and CMP2 and initial suppo... Felipe Corrêa da Silva Sanches2015-12-062-0/+37
| | * | [patinho] Implemented the SAL ("Salta": Skip) instruction. It still depends o... Felipe Corrêa da Silva Sanches2015-12-062-6/+46
| | * | [patinho] Fixed PUG instruction implementation; Added IDX register to the deb... Felipe Corrêa da Silva Sanches2015-12-062-7/+30
| | * | [patinho] fixing PLA instruction and implementing PUG instruction. Felipe Corrêa da Silva Sanches2015-12-061-1/+11
| | * | Started implementing the actual emulation of the Patinho Feio instruction set. Felipe Corrêa da Silva Sanches2015-12-063-41/+101
| | * | Implemented most of the instruction set for Patinho Feio Felipe Corrêa da Silva Sanches2015-12-061-25/+139
| | * | adding a basic machine driver for the Patinho Feio and setting up build syste... Felipe Corrêa da Silva Sanches2015-12-067-25/+125
| | * | quick draft/boilerplate code for the Patinho Feio CPU emulation module Felipe Corrêa da Silva Sanches2015-12-063-0/+170
* | | | implementation must be removed too (nw) Miodrag Milanovic2015-12-061-2/+2
|/ / /
* | | Fix clang build on OSX/Linux Miodrag Milanovic2015-12-061-1/+1
* | | Fix clang build on OSX/Linux Miodrag Milanovic2015-12-061-1/+3
* | | fix for non-windows os (nw) Miodrag Milanovic2015-12-061-0/+2
|/ /
* | Merge pull request #488 from jfdelnero/master Miodrag Milanović2015-12-063-16/+382
|\ \
| * | Clang error corrected. Jean-François DEL NERO2015-12-061-0/+4
| * | Change the machine tags as working :). Jean-François DEL NERO2015-12-061-1/+1
| * | WD1770 FDC support added (Work In Progress). Jean-François DEL NERO2015-12-061-0/+70
| * | block drawing support added. Jean-François DEL NERO2015-12-062-11/+47
| * | Keyboard support added ! Jean-François DEL NERO2015-12-051-4/+260