summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)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
| | | | is unhappy with the result (nw)
* 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
| | | release date (nw)
* comments (nw) Stiletto2015-08-201-0/+65
| | | comments (nw)
* 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-Nightmare2015-08-191-3/+7
| | | | Lord Nightmare]
* 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
| | | | Street Fighter Alpha 3 (USA 980616, SAMPLE Version) [Guru]
* 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 ------------------------------------ ↵ Ville Linde2015-08-186-1/+507
| | | | ROLLing eX.tre.me [Ville Linde, Guru]
* 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
| | | | | | | | The chances of this actually causing problems is very, very small, but gcc 4.4.7 complains about it, so I may as well patch it up. A better fix may be to make rgbaint_t's default constructor initialize its members, but this could be slow (eg. if creating these happens often in an inner loop), so for now I'm just patching what's being complained about.
* 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
|\ | | | | Update to HP64K driver
| * 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
|\ \ | | | | | | Trs80 coco audio fixes
| * | bugfix: PIA 1 CB2 is only connected to the sound enable input on the DAC ↵ Richard Goedeken2015-08-041-1/+0
| | | | | | | | | | | | chip, so there is no need to poll the keyboard/joystick here
| * | simplification: in the coco/dragon virtual functions which get called from ↵ Richard Goedeken2015-08-046-19/+18
| | | | | | | | | | | | coco.c when the PIA port A/B output status changes, send the new 8-bit output signals directly as a function parameter rather than forcing the handlers to call back into the PIA objects to get the new values
| * | From the Coco 2 Sams Computerfacts manual and Tandy Coco 3 512k service ↵ Richard Goedeken2015-08-031-1/+5
| | | | | | | | | | | | manual, the memory sense line (read as an input on pin PB2 of PIA1) is connected to PB6/pin16 (not PB7/pin17) on the PIA0 chip). Therefore we must use 0x40 to test, not 0x80
| * | 1. increase accuracy of TRS-80 Coco audio output by holding the analog ↵ Richard Goedeken2015-08-022-10/+27
| | | | | | | | | | | | output value while the sound_enable line is low. this fixes buzzing noise in Sock Master's Donkey Kong. 2. add comments regarding the interaction between the PIA i/o lines and the analog subsystem
| * | remove undefined and unused function Richard Goedeken2015-07-291-1/+0
| | |