summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* tms32051: add idle instruction (nw) Ville Linde2015-12-123-31/+64
* Merge pull request #494 from MASHinfo/patch-2 David Haywood2015-12-111-1/+1
|\
| * Lower case KL5C80A12 device name. MASH2015-12-111-1/+1
* | update some of remaining licenses (nw) Miodrag Milanovic2015-12-119-13/+16
* | S2636 drawing optimisation (nw) Vas Crabb2015-12-111-124/+88
* | Re-write S2636 from scratch as needed for subhuntr: Vas Crabb2015-12-112-285/+459
|/
* konamigx.cpp: Replaced CCU with device version, including pixel clock select ... angelosa2015-12-112-3/+7
* fix crash, but what a terrible hack this is in the first place (nw) David Haywood2015-12-101-2/+2
* tms32051: add TMS32053 (nw) Ville Linde2015-12-102-6/+96
* updated checks since old versions are anyway not supported (nw) Miodrag Milanovic2015-12-092-3/+2
* Removed dead PPC code (nw) Miodrag Milanovic2015-12-0910-10977/+0
* fix compile in MSVC 2015 (nw) Peter Ferrie2015-12-082-2/+2
* allow the Konami CRTC to configure the 'slave' screen in the demux setup too ... David Haywood2015-12-072-1/+30
* this is pointer so nullptr is fine (nw) Miodrag Milanovic2015-12-071-4/+4
* fix for python 2.7 (nw) Miodrag Milanovic2015-12-071-0/+2
* clang 3.7 warning fixes (nw) Olivier Galibert2015-12-075-12/+12
* Correct tms fix (nw) Olivier Galibert2015-12-071-38/+30
* Revert "(nw)" Olivier Galibert2015-12-072-0/+26
* (nw) Olivier Galibert2015-12-072-26/+0
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-069-12/+12
* 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
* Merge pull request #488 from jfdelnero/master Miodrag Milanović2015-12-062-11/+47
|\
| * block drawing support added. Jean-François DEL NERO2015-12-062-11/+47
* | override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-06202-1187/+1187
* | cleanup Miodrag Milanovic2015-12-061-1/+1