summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some internal peripheral block registers to 80186 debug state AJR2018-02-032-0/+43
* ins8250: unbreak the pcjr (nw) cracyc2018-02-031-1/+1
* i386/i286: fix default cs flags (nw) cracyc2018-02-022-24/+29
* create derived 6502 type for XaviX because it has at least one custom… (#3154) David Haywood2018-02-028-1/+293
* z80sio.cpp: Fix typo (nw) AJR2018-02-011-1/+1
* tms1700: fix memory map override (nw) hap2018-02-011-1/+1
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-3119-39/+29
* electron: Added cartridge devices for: Nigel Barnes2018-01-3119-121/+1544
* i8275: handle invisible field attributes and "end of row - stop dma" special ... Sergey Svishchev2018-01-312-51/+80
* photoply.cpp: Added Cirrus Logic GD5446 VGA PCI device, now shows some legacy... angelosa2018-01-292-0/+24
* Merge pull request #3145 from DavidHaywood/280118 R. Belmont2018-01-281-1/+1
|\
| * fix sample end position in sound/gaelco.cpp [dink] David Haywood2018-01-281-1/+1
* | Revert "Revert "74153: Improve interface"" Dirk Best2018-01-282-0/+43
* | Revert "74153: Improve interface" AJR2018-01-282-43/+0
* | 74157.cpp: Update notes (nw) AJR2018-01-281-2/+10
* | Duh #666 (nw) Olivier Galibert2018-01-281-1/+1
|/
* tms9927: Adjust vertical positioning of cursor by upscroll value (nw) AJR2018-01-282-17/+5
* tms9927: Fix excessive sync width after recomputing parameters during sync AJR2018-01-281-0/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-2825-84/+84
* lr35902: Fix disassembly AJR2018-01-271-2/+2
* 74153: Improve interface Dirk Best2018-01-282-0/+43
* mac: preliminary working but imperfect sound for maclc3 [R. Belmont] arbee2018-01-271-23/+62
* Misc stuff (nw) Olivier Galibert2018-01-271-1/+0
* framework for adding 'gamebooster' (need to figure out how it actually works... David Haywood2018-01-274-0/+395
* Fix debug build (nw) AJR2018-01-271-1/+0
* fixup (nw) Vas Crabb2018-01-282-4/+4
* (nw) don't get hit by the bus - remove unnecessary reset calls, improve error... Vas Crabb2018-01-2726-63/+196
* a2bus, spectrum/exp: set a better example (nw) Vas Crabb2018-01-2745-175/+77
* mach32: correct display of 16bpp video mode in Windows 9x (hardware pointer s... mahlemiut2018-01-275-20/+198
* electron: Re-implemented cartridge slot device, and added cartridge devices: Nigel Barnes2018-01-2617-135/+1367
* Remove tagmap lookups (nw) Nigel Barnes2018-01-263-7/+7
* more implicit XTAL construction (nw) Vas Crabb2018-01-261-1/+1
* Move Multipcm bank schemes to DEVICE_ADDRESS_MAP (#3113) cam9002018-01-252-30/+22
* Build fixes (nw) AJR2018-01-251-4/+3
* Merge remote-tracking branch 'upstream/master' into vgmplay_k054539 DESKTOP-LP5JPA4\dbtlr2018-01-252-5/+19
|\
| * vgmplay : Add Qsound support (#3116) cam9002018-01-242-5/+19
* | vgmplay : Add K054539 Support DESKTOP-LP5JPA4\dbtlr2018-01-242-45/+51
|/
* mcs51: Add DPTR, P0, P1, P2 and P3 to debug state registration AJR2018-01-232-3/+9
* mcs48dsm: Accidentally omitted break (nw) AJR2018-01-231-0/+1
* mcs48: More specific emulation of Intel 8021 AJR2018-01-234-135/+363
* hh_tms1k: fix led mask for bankshot (nw) hap2018-01-231-0/+3
* mcs48.cpp: UPI has no external memory space (nw) AJR2018-01-231-6/+12
* missed these (nw) Vas Crabb2018-01-242-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-23256-565/+597
* mcs48: Use 11-bit offsets now (nw) AJR2018-01-231-30/+30
* mcs48: Program counter wraps at 11 bits AJR2018-01-231-2/+6
* UPI lacks MB0/MB1 paging (nw) AJR2018-01-232-2/+2
* mcs48, s2650: Use paged mode for disassembler AJR2018-01-234-0/+24
* New device: SN54/74166 8-Bit Parallel-In/Serial-Out Shift Register [Dirk Best... Luca Elia2018-01-212-0/+217
* Multiple nes_vt Improvements (#3099) David Shah2018-01-214-9/+94