| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0152 |  Miodrag Milanovic | 2013-12-24 | 1 | -1/+1 |
| * | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... |  smf- | 2013-12-22 | 1 | -5/+5 |
| * | converted serial & rs232 devices to devcb2 [smf] |  smf- | 2013-12-20 | 1 | -14/+1 |
| * | (MESS) v1050_hdd.xml: Added hard disk software list with preformatted 5MB and... |  Curt Coder | 2013-11-07 | 1 | -4/+13 |
| * | License tags. (nw) |  Curt Coder | 2013-10-16 | 1 | -0/+2 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -20/+20 |
| * | (MESS) Cleanup. (nw) |  Curt Coder | 2013-08-08 | 1 | -6/+39 |
| * | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -5/+5 |
| * | (MESS) Added RS-232 ports to several drivers. [Curt Coder] |  Curt Coder | 2013-05-20 | 1 | -5/+19 |
| * | (MESS) v1050: Fixed floppy drive type. [Curt Coder] |  Curt Coder | 2013-05-11 | 1 | -3/+4 |
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -1/+1 |
| * | IRQ_CALLBACK modernization part 3 (no whatsnew) |  Miodrag Milanovic | 2013-01-31 | 1 | -6/+4 |
| * | (MESS) Tagmap lookup cleanup. (nw) |  Curt Coder | 2013-01-28 | 1 | -1/+1 |
| * | I ran cleanup.cmd on the latest tree when testing srcclean changes and it fou... |  smf- | 2013-01-11 | 1 | -1/+1 |
| * | (MESS) Floppy fixes WIP. (nw) |  Curt Coder | 2013-01-11 | 1 | -1/+2 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -113/+113 |
| * | Cleanups and version bumpmame0147u4 |  Miodrag Milanovic | 2012-12-17 | 1 | -6/+6 |
| * | (MESS) v1050: Fixed floppy variant. (nw) |  Curt Coder | 2012-12-06 | 1 | -4/+4 |
| * | (MESS) Floppy fixes. (nw) |  Curt Coder | 2012-12-05 | 1 | -1/+1 |
| * | (MESS) Fixed floppy clocks. (nw) |  Curt Coder | 2012-11-29 | 1 | -1/+1 |
| * | Replaced all device_t's with actual device classes. Regression test recommend... |  Curt Coder | 2012-11-26 | 1 | -5/+1 |
| * | (MESS) v1050: Fixed FDC clock, now tries to load stuff but always fails at tr... |  Curt Coder | 2012-11-23 | 1 | -22/+24 |
| * | (MESS) wd1772: Improved interrupts, added ready handling and FD1793 variant. ... |  Curt Coder | 2012-11-23 | 1 | -48/+37 |
| * | replaced some "^" with DEVICE_SELF_OWNER (nw) |  smf- | 2012-10-26 | 1 | -1/+1 |
| * | switched SCSICB to use DEVCB2 [smf] |  smf- | 2012-10-15 | 1 | -18/+2 |
| * | Uses logical levels rather than voltage levels for control signals, you have ... |  smf- | 2012-10-10 | 1 | -13/+13 |
| * | (MESS) Uses the IO line from the SASI bus to determine the direction of the S... |  smf- | 2012-10-07 | 1 | -2/+24 |
| * | added atn to scsicb for completeness & renamed reset line to rst. (nw) |  smf- | 2012-10-07 | 1 | -0/+1 |
| * | changed rmnimbus to use DEVCB & added a callback for ACK. (nw) |  smf- | 2012-10-07 | 1 | -1/+1 |
| * | missed a file from previous commit - removed dependency pollution (nw) |  smf- | 2012-10-07 | 1 | -0/+1 |
| * | reverted it properly, doesn't crash now |  Robbbert | 2012-10-07 | 1 | -1/+1 |
| * | Fixed compile error, no idea if i broke something else. |  Robbbert | 2012-10-07 | 1 | -1/+1 |
| * | talking to scsibus is now done via scsicb (nw) |  smf- | 2012-10-06 | 1 | -1/+1 |
| * | (MESS) Cleanup. (nw) |  Curt Coder | 2012-10-04 | 1 | -1/+1 |
| * | Fix for regressions (no whatsnew) |  Miodrag Milanovic | 2012-10-04 | 1 | -1/+1 |
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -14/+16 |
| * | TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -27/+17 |
| * | (MESS) fixed chdman commands based on datasheets (nw) |  smf- | 2012-09-25 | 1 | -2/+2 |
| * | Removed init_scsibus() from scsibus_device as it was only used for passing th... |  smf- | 2012-09-21 | 1 | -3/+0 |
| * | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -3/+3 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -13/+13 |
| * | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -7/+7 |
| * | Add ambiguous execute() and memory() methods to the |  Aaron Giles | 2012-09-11 | 1 | -2/+2 |
| * | Split out callbacks from scsibus_device into scscb_device, eventually this wi... |  smf- | 2012-09-06 | 1 | -3/+5 |
| * | made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... |  smf- | 2012-09-05 | 1 | -2/+1 |
| * | (MESS) added missing #include (nw) |  smf- | 2012-08-30 | 1 | -0/+1 |
| * | (MESS) a little reorganisation while investigating the S1410 SASI to ST506 ad... |  smf- | 2012-08-30 | 1 | -0/+1 |
| * | (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices... |  smf- | 2012-08-28 | 1 | -12/+4 |
| * | (MESS) converted scsibus from legacy device to c++ (nw) |  smf- | 2012-08-26 | 1 | -12/+12 |
| * | glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... |  smf- | 2012-08-23 | 1 | -3/+3 |