summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* pcat_dyn: "I/O BOARD FAILURE" (nw) cracyc2016-03-051-1/+3
* pcxt: plays music unfortunately (nw) cracyc2016-03-051-1/+1
* pcxt: use pc motherboard device and banking (nw) cracyc2016-03-052-0/+1116
* Add license to files that were not part of build or are containing data to bu... Miodrag Milanovic2016-03-0531-2/+62
* pc: simplify somewhat the pcs/clones and enable configs with less than 640k r... cracyc2016-03-041-0/+2
* consistency fixes and add missed files (nw) Miodrag Milanovic2016-03-0412-6/+22
* tispeak: added notes hap2016-03-032-27/+48
* newbrain: Dumped the COP internal ROM. [Chris Despinidis] Curt Coder2016-03-028-66/+1107
* Fix for mips3 compare timer. Happy2016-03-011-2/+3
* Use std::atomic and std::mutex where applicable (nw) Miodrag Milanovic2016-03-013-11/+12
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-0119-162/+159
* tms1k: added TP0320 skeleton hap2016-02-282-4/+33
* Clean up a bit more legacy code Vas Crabb2016-02-291-5/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-28115-653/+640
* at: create at motherboard device and split pci and ps2 machines into own file... cracyc2016-02-241-3/+3
* Cleanups and version bump Miodrag Milanovic2016-02-2415-1387/+1380
* Xerox NoteTaker: Finished IOCPU memory map documentation. Hooked up the two U... Lord-Nightmare2016-02-232-4/+4
* Apollo changes: [Hans Ostermeyer] arbee2016-02-206-54/+106
* Merge pull request #629 from felipesanches/fix_h8_cpu_regnames_string_array_size Miodrag Milanović2016-02-201-1/+1
|\
| * [h8 cpu] fix a typo in the array length of the register names string Felipe Corrêa da Silva Sanches2016-02-201-1/+1
* | i386: stuff (nw) cracyc2016-02-201-2/+2
* | i386: oops(nw) cracyc2016-02-191-1/+1
* | i386: 80386 sreg push only 16 bits and loadall (nw) cracyc2016-02-196-19/+99
* | COM5016/COM8116 Baud Generator: Added a bunch more divisor tables and notes [... Lord-Nightmare2016-02-192-0/+48
* | corvushd: Fix typo in comment. (nw) Mike Naberezny2016-02-171-1/+1
* | hp9845: small improvements to 9845/TACO docs fulivi2016-02-171-0/+8
* | hp9845: TACO doc updated fulivi2016-02-171-13/+100
* | hp9845: finished making TACO an image interface fulivi2016-02-172-67/+40
* | hp9845: first step in making TACO an image device, so far so good fulivi2016-02-172-69/+183
* | hp9845: major update to TACO driver, it can read&write tapes now. To be cleaned. fulivi2016-02-172-124/+969
* | hphybrid: interrupt vector fetching fixed (again) fulivi2016-02-171-7/+2
* | hp9845: initial version of HP TACO driver (only basic tape movement is working) fulivi2016-02-172-0/+609
|/
* upd7220: command 05 appears to blank the display (nw) cracyc2016-02-151-1/+8
* i386: don't change IF when IOPL < CPL (nw) cracyc2016-02-141-1/+8
* ram device: switch to bsd3 by request Dirk Best2016-02-132-13/+4
* Amiga: Fixed expansion port interrupts, DMAC WIP Dirk Best2016-02-133-20/+25
* x68k: ELSE if (nw) cracyc2016-02-121-1/+4
* Moved blitter status around, function cleanups angelosa2016-02-092-9/+15
* Implemented flip screen to jangou and nightgal angelosa2016-02-092-10/+12