summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added samples; changed file name. Michael Zapf2015-08-201-2/+2
* Floppy sounds WIP. See comments in floppy.c. Michael Zapf2015-08-207-8/+239
* konendev: fix battery status (nw) Ville Linde2015-08-201-0/+2
* k057714: found yet another fifo (nw) Ville Linde2015-08-203-1/+57
* apple2e: attempt to fix crash in 64k configuration. (nw) arbee2015-08-201-2/+5
* namco system 10 checkpoint, startrgn does a new flash access and Olivier Galibert2015-08-203-4/+199
* Order of DIP settings (nw) Vas Crabb2015-08-201-1/+1
* crazybon: document Fast Take DIP switch [hsialin] Vas Crabb2015-08-201-3/+3
* release date (nw) Stiletto2015-08-201-1/+1
* comments (nw) Stiletto2015-08-201-0/+65
* pcd: make sinix boot with pcx driver (nw) cracyc2015-08-192-1/+87
* decryption support for gjspace and more comments (nw) andreasnaive2015-08-203-45/+99
* c128: Emulated the PARTNER 128 cartridge. [Curt Coder] Curt Coder2015-08-192-23/+37
* nw - I do not know why this was there, but it seems dumb. therealmogminer@gmail.com2015-08-191-3/+0
* Fix interpolation on TMS52xx to match samples from real chip. [PlgDavid, Lord... Lord-Nightmare2015-08-191-3/+7
* Comments (nw) Vas Crabb2015-08-191-3/+4
* cherry master DIP switch improvements [hsialin] Vas Crabb2015-08-191-6/+12
* stupid error (nw) Vas Crabb2015-08-191-1/+1
* crazybon: document Hold Pair DIP switch [hsialin] Vas Crabb2015-08-191-1/+1
* new clones David Haywood2015-08-182-0/+36
* hp_ipc.c: fix a couple of things (nw) Guru2015-08-191-7/+7
* fixed http://mametesters.org/view.php?id=6006 hap2015-08-182-23/+22
* Added guru readme (nw) Wilbert Pol2015-08-181-56/+255
* IPC skeleton (nw) Wilbert Pol2015-08-182-0/+161
* vegas.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-181-52/+53
* splus.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-181-10/+18
* alg.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-181-8/+20
* vicdual.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-183-37/+50
* warpwarp.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-182-8/+23
* wgp.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-182-6/+15
* antic.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-182-3/+9
* New games marked as GAME_NOT_WORKING ------------------------------------ ROL... Ville Linde2015-08-186-1/+507
* Make rdptpipe slightly more efficient, nw therealmogminer@gmail.com2015-08-181-21/+2
* A band-aid fix to a potentially uninitialized variable (nw). Andrew Gardner2015-08-181-1/+1
* nw hap2015-08-181-1/+1
* k057714: add IRQ callback (nw) Ville Linde2015-08-174-14/+40
* Merge pull request #286 from fulivi/hp64k_dev2 R. Belmont2015-08-173-19/+256
|\
| * hp64k: small doc update fulivi2015-08-171-3/+1
| * hp64k: fix to allow multiple screens (for RS232 terminal) fulivi2015-08-171-0/+2
| * hp64k: rs232 port added fulivi2015-08-171-5/+45
| * hp64k: UART & loopback relay added fulivi2015-08-171-3/+62
| * i8251: rx and tx data buffers separated fulivi2015-08-172-9/+12
| * hp64k: first step of rs232 emulation fulivi2015-08-171-3/+138
| * hp64k: oops, a spurious "x" slipped in fulivi2015-08-171-1/+1
* | Merge pull request #280 from richard42/trs80-coco-audio-fixes R. Belmont2015-08-176-32/+50
|\ \
| * | bugfix: PIA 1 CB2 is only connected to the sound enable input on the DAC chip... Richard Goedeken2015-08-041-1/+0
| * | simplification: in the coco/dragon virtual functions which get called from co... Richard Goedeken2015-08-046-19/+18
| * | From the Coco 2 Sams Computerfacts manual and Tandy Coco 3 512k service manua... Richard Goedeken2015-08-031-1/+5
| * | 1. increase accuracy of TRS-80 Coco audio output by holding the analog output... Richard Goedeken2015-08-022-10/+27
| * | remove undefined and unused function Richard Goedeken2015-07-291-1/+0