summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/patinhofeio (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-303-676/+675
* fix compile in MSVC 2015 (nw) Peter Ferrie2015-12-081-1/+1
* fix override for new code (nw) Miodrag Milanovic2015-12-061-9/+9
* [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-063-32/+115
* [patinho] Preloaded another example program and fixed the opcode parsing of t... Felipe Corrêa da Silva Sanches2015-12-061-45/+45
* 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-062-17/+76
* 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-063-25/+36
* quick draft/boilerplate code for the Patinho Feio CPU emulation module Felipe Corrêa da Silva Sanches2015-12-063-0/+170