summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices (follow)
Commit message (Expand)AuthorAgeFilesLines
* marked as BSD3 with approval from Joseph Zbiciak (nw) Miodrag Milanovic2016-03-242-28/+2
* Removed restrictions from files where we have written approval (nw) Miodrag Milanovic2016-03-247-26/+0
* Updated license mistakenly marked as BSD3, due to usage of Frodo code (nw) Miodrag Milanovic2016-03-242-10/+4
* SM511: added undocumented opcodes hap2016-03-224-6/+16
* another tiny doc update for A7800 (NW) Cowering2016-03-211-4/+5
* removed double string in some instances of "Fatal error: Error: x" hap2016-03-202-2/+2
* tms1000: added tp0320 microinstructions decode hap2016-03-205-25/+99
* Add additional sanity checking to the tms9927/crt5027 core. [Lord Nightmare] Lord-Nightmare2016-03-201-3/+10
* svi318: add the sv602 single slot expander Dirk Best2016-03-209-25/+157
* svi318: correct sv801 xtal Dirk Best2016-03-201-1/+1
* svi318: add missing state saving to slot devices Dirk Best2016-03-204-0/+15
* svi318: add centronics interface card (sv802) Dirk Best2016-03-205-1/+142
* pcat_dyn: add sound and mark toursol working [Carl] cracyc2016-03-195-6/+377
* fix build. (nw) dankan18902016-03-191-1/+1
* The patch mainly adds software list support for the Master Gear adapter, used... Miodrag Milanovic2016-03-196-12/+30
* A few info updates for A7800 (nw) Cowering2016-03-191-7/+8
* Clarify device/short names for HD63484 (nw) Scott Stone2016-03-182-2/+2
* Added files to build and fixed override functions Ted Green2016-03-181-6/+6
* trident: add support for doubled horiz width in tvga9000 (nw) cracyc2016-03-182-6/+35
* Added skeleton for Galileo System Controller Ted Green2016-03-182-0/+859
* Improved wording on this, nw Angelo Salese2016-03-181-2/+2
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-183-41/+42
* Converted shanghai.cpp to use the non-legacy hd63484 video device. Fixes [An... angelosa2016-03-181-1/+2
* svi318: add support for the rs232 interface (sv805) Dirk Best2016-03-175-0/+161
* ins8250: don't clear THRE on write to the line status register Dirk Best2016-03-171-1/+1
* svi318: add support for the 80 column card (sv806) Dirk Best2016-03-174-0/+207
* pcat_dyn: make post text screen work with trident (nw) cracyc2016-03-163-6/+13
* svi318: rewrite banking, add expander bus, add svi601 super expander and Dirk Best2016-03-1616-0/+1540
* Fix crash on load due to buffer overrun in gba cart loader (nw) balr0g2016-03-161-6/+6
* tms1k: correct copyright tags, what's left of the old core before i rewrote i... hap2016-03-1614-26/+33
* tms1k: split part 3, done hap2016-03-1616-1112/+1356
* tms1k: split part 2, renamed folder tms0980 to tms1000 hap2016-03-164-0/+0
* tms1k: split part 2, renamed files hap2016-03-164-5/+15
* tms1k: preparation for splitting source file hap2016-03-163-127/+129
* svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, an... mahlemiut2016-03-162-41/+56
* tms1k: make disasm tables human-readable and added initial TP0320 hap2016-03-153-263/+188
* netlist: rename plist_t to pvector_t to clarify origin. couriersud2016-03-141-2/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-1412-83/+78
* atapicdr: basic disk change support cracyc2016-03-123-1/+65
* Add support to adjust the screen color Dirk Best2016-03-127-18/+18
* ppcdrc: handle divide by zero (nw) Ville Linde2016-03-121-1/+13
* if (this) leftover, need to check if this causes some issue (nw) Miodrag Milanovic2016-03-111-2/+0
* this is always true now so no reason to check (nw) Miodrag Milanovic2016-03-111-1/+0
* remove leftover logging (nw) Dirk Best2016-03-101-1/+1
* floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese... Olivier Galibert2016-03-103-89/+96
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-092-14/+13
* 8042kbdc: safer (nw) cracyc2016-03-071-3/+3
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-075-17/+17
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-0724-151/+69
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-0633-67/+68