| Commit message (Expand) | Author | Age | Files | Lines |
* | Emulated Lord of Gun's protection rather than patching it out [iq_132] |  Miodrag Milanovic | 2012-10-08 | 2 | -7/+50 |
* | (MESS) Uses the IO line from the SASI bus to determine the direction of the S... |  smf- | 2012-10-07 | 2 | -2/+30 |
* | Moved scsi protocol code from scsibus_device to scsihle_device, leaving scsib... |  smf- | 2012-10-07 | 8 | -858/+839 |
* | suna8.c: fixed sound samples width, improves speech |  Luca Elia | 2012-10-07 | 4 | -106/+289 |
* | added atn to scsicb for completeness & renamed reset line to rst. (nw) |  smf- | 2012-10-07 | 12 | -16/+34 |
* | alternate implementation, fixes imperfections |  Michaël Banaan Ananas | 2012-10-07 | 1 | -66/+144 |
* | (MESS) a2600.c: Added proper support for games using a 4in1 mapper. (Wilbert... |  Wilbert Pol | 2012-10-07 | 1 | -2/+9 |
* | added spacezap color overlay, i blame the core layout renderer for the imperf... |  Michaël Banaan Ananas | 2012-10-07 | 1 | -6/+130 |
* | (MESS) a2600.c: Added support for 8in1. (Wilbert Pol) |  Wilbert Pol | 2012-10-07 | 1 | -2/+44 |
* | Atari_s1: more wip (system works but no sound) |  Robbbert | 2012-10-07 | 2 | -11/+22 |
* | changed rmnimbus to use DEVCB & added a callback for ACK. (nw) |  smf- | 2012-10-07 | 13 | -39/+63 |
* | missed a file from previous commit - removed dependency pollution (nw) |  smf- | 2012-10-07 | 1 | -0/+1 |
* | removed dependency pollution (nw) |  smf- | 2012-10-07 | 9 | -17/+14 |
* | Atari_s1: wip |  Robbbert | 2012-10-07 | 3 | -23/+424 |
* | srcclean (nw) |  Curt Coder | 2012-10-07 | 137 | -1182/+1182 |
* | (placeholder) |  Michaël Banaan Ananas | 2012-10-07 | 3 | -2/+22 |
* | reverted it properly, doesn't crash now |  Robbbert | 2012-10-07 | 10 | -15/+22 |
* | Fixed compile error, no idea if i broke something else. |  Robbbert | 2012-10-07 | 5 | -5/+5 |
* | includes scsicb.h instead of scsibus.h (nw) |  smf- | 2012-10-07 | 2 | -2/+2 |
* | includes scsicb.h instead of scsibus.h (nw) |  smf- | 2012-10-07 | 3 | -3/+3 |
* | [MESS] a2600 - Fixed pitfall2 DPC OSC to closely match recording of actual ca... |  Scott Stone | 2012-10-07 | 1 | -1/+1 |
* | [MESS] A2600 (btime) works again (nw) |  Scott Stone | 2012-10-07 | 1 | -1/+2 |
* | don't use ROMX_LOAD when it's not needed (nw) |  smf- | 2012-10-06 | 1 | -340/+340 |
* | (MESS) a2600.c: Fixed regressions for decathln and thwocker introduced with o... |  Wilbert Pol | 2012-10-06 | 1 | -22/+16 |
* | added simple color overlay to 280zzzap (bonnet/sky can't be added to mame int... |  Michaël Banaan Ananas | 2012-10-06 | 1 | -2/+32 |
* | 6532riot.c: Slightly improved startup values to fix more a2600 regressions (nw) |  Wilbert Pol | 2012-10-06 | 1 | -2/+2 |
* | 6532riot.c: Made reg_r method debugger friendly. (nw) |  Wilbert Pol | 2012-10-06 | 2 | -20/+29 |
* | (MESS) a2600.c: Made the direct update handler debugger friendly. (nw) |  Wilbert Pol | 2012-10-06 | 1 | -26/+38 |
* | Improved the graphic rendering a bit in blackt96, almost where it should be. ... |  Scott Stone | 2012-10-06 | 1 | -97/+87 |
* | only load the simms on NO-CD sets |  Michaël Banaan Ananas | 2012-10-06 | 1 | -430/+772 |
* | fixed VS2012 warnings in src/emu/machine/scsicb.c (no whatsnew) |  Oliver Stöneberg | 2012-10-06 | 1 | -4/+4 |
* | Changed rmnimbus to talk to scsicb instead of scsidev. It got missed as it di... |  smf- | 2012-10-06 | 3 | -91/+90 |
* | ds2404: get rid of trampoline code |  Michaël Banaan Ananas | 2012-10-06 | 3 | -30/+17 |
* | fix array out of bounds access |  Michaël Banaan Ananas | 2012-10-06 | 1 | -1/+1 |
* | moved extra SCSI_PHASE_* into scsihle.h (nw) |  smf- | 2012-10-06 | 4 | -12/+2 |
* | implement GetSectorBytes() (nw) |  smf- | 2012-10-06 | 2 | -0/+6 |
* | call base class in device_start() (nw) |  smf- | 2012-10-06 | 1 | -0/+2 |
* | talking to scsibus is now done via scsicb (nw) |  smf- | 2012-10-06 | 14 | -62/+96 |
* | small update |  Michaël Banaan Ananas | 2012-10-06 | 1 | -25/+7 |
* | 6532riot.c: Slightly better reset fix. Fixes some more a2600 regressions. (nw) |  Wilbert Pol | 2012-10-05 | 1 | -1/+1 |
* | (MESS) a2600.c: Made the banking related read handlers more debugger friendly... |  Wilbert Pol | 2012-10-05 | 1 | -11/+44 |
* | (MESS) a2600.c: Switched to use modern 6532 interface (nw) |  Wilbert Pol | 2012-10-05 | 1 | -3/+21 |
* | correct title of robby |  Michaël Banaan Ananas | 2012-10-05 | 1 | -2/+2 |
* | more by Dave Nutting Associates, thanks Al & Stiletto |  Michaël Banaan Ananas | 2012-10-05 | 4 | -18/+18 |
* | Re: "I don't think Kyle Hodgetts' name needs to be in the manufacturer info a... |  Michaël Banaan Ananas | 2012-10-05 | 2 | -11/+2 |
* | 6532riot.c: Internal timer is always running. Fixes several a2600 regressions... |  Wilbert Pol | 2012-10-05 | 1 | -2/+2 |
* | (align gamelist) |  Michaël Banaan Ananas | 2012-10-05 | 1 | -26/+26 |
* | checkmat as well |  Michaël Banaan Ananas | 2012-10-05 | 1 | -1/+1 |
* | Fix for crashes in mess segacd clones (no whatsnew) |  Miodrag Milanovic | 2012-10-05 | 1 | -8/+5 |
* | seawolf, gunfight, 280zzzap: designed and developed by Dave Nutting Associate... |  Michaël Banaan Ananas | 2012-10-05 | 1 | -5/+5 |