summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* sms/gamegear misc fixes Enik Land2017-09-162-1/+2
* mn10200: noticed a savestate issue (nw) hap2017-09-162-4/+7
* hexion.cpp: fix music speed by hooking up the INT_TIME callback from the k053... Lord-Nightmare2017-09-142-7/+7
* upd765: sense interrupt status and i82072 changes (#2632) Patrick Mackinlay2017-09-132-84/+304
* voodoo: Revert to using lower 16 bits of zaColor only. Fixes depth buffering... Ted Green2017-09-111-4/+4
* voodoo: Fixed subtle casting bug. The uncasted depth in the expanded variabl... Ted Green2017-09-111-4/+4
* Build fixes (nw) AJR2017-09-111-2/+2
* Merge pull request #2641 from JoakimLarsson/m68340tmu Joakim Larsson Edström2017-09-114-365/+235
|\
| * 68340: simplified code by making the timer module implementation a device and... Joakim Larsson Edstrom2017-09-094-365/+235
* | voodoo: Change 2x2 dither matrix values. Allows iteagle power-on video memor... Ted Green2017-09-111-5/+12
* | mb_vcu.cpp: improved Mazer Blazer collision furthermore (nw) angelosa2017-09-111-4/+12
* | COP400 overhaul AJR2017-09-113-243/+332
* | cop400: Room for improvement (nw) AJR2017-09-091-0/+1
* | mazerbla.cpp: input cleanups (nw) angelosa2017-09-091-1/+1
* | mb_vcu.cpp: improved collision detection and fixed layer 0 data setups (nw) angelosa2017-09-091-22/+36
* | mb_vcu.cpp: added collision detection feature, specific to Mazer Blazer [Ange... angelosa2017-09-091-51/+26
* | Early work on collision detection (nw) angelosa2017-09-091-5/+13
|/
* 68340: Fixed -validate errors and made slight cleanup Joakim Larsson Edstrom2017-09-086-35/+44
* fix github issue #2598 (nw) Vas Crabb2017-09-071-2/+2
* mpu401: fix rom name, add full label and version note. [Lord Nightmare] Lord-Nightmare2017-09-061-1/+1
* Merge pull request #2628 from JoakimLarsson/m68340_5 R. Belmont2017-09-059-51/+354
|\
| * 68340: fixed SIM module read register bug and added informative chip select l... Joakim Larsson Edstrom2017-09-041-6/+19
| * 68340: deskeletonized the serial module as a device derived from the duart de... Joakim Larsson Edstrom2017-09-044-35/+232
| * 68340tmu: silented some logerror spam by turning them into LOGx statements Joakim Larsson Edstrom2017-09-041-2/+2
| * 68340tmu: Fixed MCR register enum error Joakim Larsson Edstrom2017-09-041-1/+1
| * mc68681: Added the duart compatible 68340 serial module Joakim Larsson Edstrom2017-09-042-7/+100
* | Merge pull request #2633 from pmackinlay/clipper R. Belmont2017-09-052-40/+97
|\ \
| * | clipper: interrupt handling fixes Patrick Mackinlay2017-09-052-40/+97
* | | Merge pull request #2631 from pmackinlay/i82586 R. Belmont2017-09-052-26/+38
|\ \ \
| * | | i82586: fixed 82586 initialisation Patrick Mackinlay2017-09-052-26/+38
| |/ /
* | | hp9k_3xx: add 98603 ROM card Sven Schnelle2017-09-062-0/+132
* | | natural keyboard: prefer lower shift states, eliminate O(n) lookup Vas Crabb2017-09-051-39/+35
|/ /
* | New working machine added hap2017-09-052-7/+24
* | mb_vcu.cpp: Fixed layer clearances for Great Guns [Angelo Salese] angelosa2017-09-042-1/+15
|/
* dbox: added 29F800B flash boot device Joakim Larsson Edstrom2017-09-042-1/+23
* z8: Interrupts work better if vectors are read properly (nw) AJR2017-09-031-1/+1
* z8: Interrupts are working now AJR2017-09-032-28/+193
* z8: Fix C flag polarity for CP, SBC, SUB and actually subtract with carry in SBC AJR2017-09-031-4/+4
* Merge branch 'master' into hil_keyboard R. Belmont2017-09-0342-438/+1164
|\
| * z8: Mask external stack accesses too (nw) AJR2017-09-031-4/+4
| * z8: Mask addresses for external memory accesses based on P0 control bits AJR2017-09-033-38/+90
| * upd7725: dpl bits of the instruction field are ignored if dp is the destinati... Lord-Nightmare2017-09-031-7/+9
| * z8: Make data space optional; fix stack pop semantics AJR2017-09-031-33/+51
| * upd7725: update ov1 and s1 flag calculation to be correct based on AWJ's nesd... Lord-Nightmare2017-09-032-25/+11
| * pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-0213-26/+76
| * Removing non-standard C++ (nw) Nathan Woods2017-09-021-1/+2
| * -arm7: Various changes: [Ryan Holtz] MooglyGuy2017-09-024-137/+183
| * update ay8910/ym2203 notes (nw) Lord-Nightmare2017-08-311-4/+6
| * eeprompar: Disable this feature for now (nw) AJR2017-08-311-1/+4
| * mb_vcu.cpp: improved layer clearances for Mazer Blazer [Angelo Salese] angelosa2017-08-311-2/+13