| Commit message (Expand) | Author | Age | Files | Lines |
* | tms32051: add idle instruction (nw) |  Ville Linde | 2015-12-12 | 3 | -31/+64 |
* | Merge pull request #494 from MASHinfo/patch-2 |  David Haywood | 2015-12-11 | 1 | -1/+1 |
|\ |
|
| * | Lower case KL5C80A12 device name. |  MASH | 2015-12-11 | 1 | -1/+1 |
* | | update some of remaining licenses (nw) |  Miodrag Milanovic | 2015-12-11 | 9 | -13/+16 |
* | | S2636 drawing optimisation (nw) |  Vas Crabb | 2015-12-11 | 1 | -124/+88 |
* | | Re-write S2636 from scratch as needed for subhuntr: |  Vas Crabb | 2015-12-11 | 2 | -285/+459 |
|/ |
|
* | konamigx.cpp: Replaced CCU with device version, including pixel clock select ... |  angelosa | 2015-12-11 | 2 | -3/+7 |
* | fix crash, but what a terrible hack this is in the first place (nw) |  David Haywood | 2015-12-10 | 1 | -2/+2 |
* | tms32051: add TMS32053 (nw) |  Ville Linde | 2015-12-10 | 2 | -6/+96 |
* | updated checks since old versions are anyway not supported (nw) |  Miodrag Milanovic | 2015-12-09 | 2 | -3/+2 |
* | Removed dead PPC code (nw) |  Miodrag Milanovic | 2015-12-09 | 10 | -10977/+0 |
* | fix compile in MSVC 2015 (nw) |  Peter Ferrie | 2015-12-08 | 2 | -2/+2 |
* | allow the Konami CRTC to configure the 'slave' screen in the demux setup too ... |  David Haywood | 2015-12-07 | 2 | -1/+30 |
* | this is pointer so nullptr is fine (nw) |  Miodrag Milanovic | 2015-12-07 | 1 | -4/+4 |
* | fix for python 2.7 (nw) |  Miodrag Milanovic | 2015-12-07 | 1 | -0/+2 |
* | clang 3.7 warning fixes (nw) |  Olivier Galibert | 2015-12-07 | 5 | -12/+12 |
* | Correct tms fix (nw) |  Olivier Galibert | 2015-12-07 | 1 | -38/+30 |
* | Revert "(nw)" |  Olivier Galibert | 2015-12-07 | 2 | -0/+26 |
* | (nw) |  Olivier Galibert | 2015-12-07 | 2 | -26/+0 |
* | nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) |  Miodrag Milanovic | 2015-12-06 | 9 | -12/+12 |
* | fix override for new code (nw) |  Miodrag Milanovic | 2015-12-06 | 1 | -9/+9 |
* | [patinho] print IDX instead of /000 in the CAR and ARM instructions disasm |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -2/+10 |
* | [patinho] improve log message for the unimplmemented SAI instruction (display... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -1/+1 |
* | [patinho] Implement instructions related to reading the 12bit switches from t... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 3 | -32/+115 |
* | [patinho] Preloaded another example program and fixed the opcode parsing of t... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -45/+45 |
* | refactored the handling of peripherals by creating a class to represent each ... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 2 | -13/+18 |
* | [patinho] Implement XOR, NAND and SOMI instructions and fix their disasm text... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 2 | -4/+23 |
* | [patinho] Update IDX on the debugger UI for every new instruction executed by... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -0/+1 |
* | [patinho] Implement SUS instruction |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -0/+13 |
* | [patinho] Implement PLAN and PLAZ instructions and fix a bug in all of the in... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -8/+22 |
* | [patinho] Implement SOM and SOMX instructions (TODO: update T and V flags) |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -0/+16 |
* | [patinho] Implement CAR and CARX instructions |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -0/+14 |
* | [patinho] Implement PLAX instruction (jump to indexed address) |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -0/+7 |
* | [patinho] indentation / comments cleanup |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 3 | -28/+31 |
* | [patinho] Add support for indirect memory addressing and implement the IND in... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 2 | -7/+38 |
* | [patinho] Implement ARM and ARMX instructions |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -0/+13 |
* | [patinho] implementation of the shift/rotate instructions (DE, GE, DEV, GEV, ... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 3 | -14/+108 |
* | [patinho] Implement instructions LIM, INC, UNEG and LIMP1 |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -0/+23 |
* | [patinho] Implemented instructions LIMPO, UM, CMP1 and CMP2 and initial suppo... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 2 | -0/+37 |
* | [patinho] Implemented the SAL ("Salta": Skip) instruction. It still depends o... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 2 | -6/+46 |
* | [patinho] Fixed PUG instruction implementation; Added IDX register to the deb... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 2 | -7/+30 |
* | [patinho] fixing PLA instruction and implementing PUG instruction. |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -1/+11 |
* | Started implementing the actual emulation of the Patinho Feio instruction set. |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 2 | -17/+76 |
* | Implemented most of the instruction set for Patinho Feio |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 1 | -25/+139 |
* | adding a basic machine driver for the Patinho Feio and setting up build syste... |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 3 | -25/+36 |
* | quick draft/boilerplate code for the Patinho Feio CPU emulation module |  Felipe Corrêa da Silva Sanches | 2015-12-06 | 3 | -0/+170 |
* | Merge pull request #488 from jfdelnero/master |  Miodrag Milanović | 2015-12-06 | 2 | -11/+47 |
|\ |
|
| * | block drawing support added. |  Jean-François DEL NERO | 2015-12-06 | 2 | -11/+47 |
* | | override for for macros that could not be auto recognized by tools (nw) |  Miodrag Milanovic | 2015-12-06 | 202 | -1187/+1187 |
* | | cleanup |  Miodrag Milanovic | 2015-12-06 | 1 | -1/+1 |