| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+0 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -0/+1 |
* | Let's give the new srcclean a spin... |  Vas Crabb | 2016-08-02 | 1 | -7/+7 |
* | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 2 | -37/+37 |
* | Further improvements to the Patinho Feio driver & CPU |  Felipe Corrêa da Silva Sanches | 2016-05-25 | 4 | -182/+463 |
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 2 | -2/+2 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -2/+2 |
* | Cleanups and version bumpmame0169 |  Miodrag Milanovic | 2015-12-30 | 3 | -676/+675 |
* | fix compile in MSVC 2015 (nw) |  Peter Ferrie | 2015-12-08 | 1 | -1/+1 |
* | 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 |