| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean-ups and version bumpmame0143u6 |  Angelo Salese | 2011-09-20 | 2 | -3/+3 |
* | Sync with MESS, floppy work by OG, and addition of AY8914 (no whatsnew) |  Miodrag Milanovic | 2011-09-19 | 2 | -166/+264 |
* | Fixed some issues with serial device (no whatsnew) |  Miodrag Milanovic | 2011-09-15 | 1 | -5/+6 |
* | Cleanups and version bumpmame0143u5 |  Angelo Salese | 2011-09-06 | 3 | -12/+12 |
* | floppy: Change the internal format to use magnetic cells. Temporarily |  Olivier Galibert | 2011-09-03 | 1 | -1/+2 |
* | amigafdc: Modernize, but don't change a thing (yet) [O. Galibert] |  Olivier Galibert | 2011-09-03 | 2 | -2/+34 |
* | Added serial image device, was in serial.c in mess/machine (no whatsnew) |  Miodrag Milanovic | 2011-09-03 | 2 | -0/+422 |
* | Removed extra increment. (nw) |  Wilbert Pol | 2011-09-03 | 1 | -1/+0 |
* | floppy: Refactor slightly. Name, descrition, etc are now an intrinsic proper... |  Olivier Galibert | 2011-08-30 | 2 | -10/+13 |
* | "English doesn't borrow from other languages. English follows other languages... |  Scott Stone | 2011-08-23 | 2 | -2/+2 |
* | Added support for loading other image types to cdrom device, with use of chdm... |  Miodrag Milanovic | 2011-08-20 | 1 | -6/+12 |
* | Fixed cassette create (no whatsnew) |  Miodrag Milanovic | 2011-08-14 | 2 | -0/+6 |
* | Cleanups and version bumpmame0143u2 |  Angelo Salese | 2011-07-26 | 2 | -22/+22 |
* | Some more floppy wip (no whatsnew) |  Miodrag Milanovic | 2011-07-25 | 2 | -7/+44 |
* | More floppy WIP (no whatsnew) |  Miodrag Milanovic | 2011-07-24 | 2 | -0/+105 |
* | Floppy work WIP (no whatsnew) |  Miodrag Milanovic | 2011-07-21 | 2 | -0/+199 |
* | floppy_image to floppy_image_legacy rename (no whatsnew) |  Miodrag Milanovic | 2011-07-20 | 2 | -3/+3 |
* | Clean-ups and version bumpmame0143u1 |  Angelo Salese | 2011-07-11 | 1 | -1/+1 |
* | Renamed current floppy implementation to legacy (no whatsnew) |  Miodrag Milanovic | 2011-07-11 | 2 | -18/+18 |
* | Made multcart slot separate device, and prepared cartslot for rewrite (no wha... |  Miodrag Milanovic | 2011-07-05 | 4 | -285/+377 |
* | Port from MESS, nw |  Angelo Salese | 2011-06-28 | 1 | -1/+1 |
* | Making cart romload tags relative to device (no whatsnew) |  Miodrag Milanovic | 2011-06-26 | 1 | -4/+9 |
* | Fixed floppy device issue reading device_displayinfo callback, fixes floppy i... |  Miodrag Milanovic | 2011-06-25 | 1 | -2/+2 |
* | Fixed cdrom softlist loading (no whatsnew) |  Miodrag Milanovic | 2011-06-25 | 1 | -1/+1 |
* | Synced with MESS. (nw) |  Curt Coder | 2011-06-23 | 1 | -1/+1 |
* | Added index and ready line read functions to floppy drive. [Curt Coder] |  Curt Coder | 2011-06-23 | 2 | -0/+17 |
* | Cleanups and version bumpmame0142u6 |  Angelo Salese | 2011-06-19 | 9 | -33/+33 |
* | Some WIP on floppies (no whatsnew) |  Miodrag Milanovic | 2011-06-18 | 1 | -7/+0 |
* | Preps for floppy conversion to c++ device (no whatsnew) |  Miodrag Milanovic | 2011-06-18 | 2 | -49/+21 |
* | Harddisk image device is now modern device (no whatsnew) |  Miodrag Milanovic | 2011-06-16 | 3 | -172/+181 |
* | CDROM image device modernized and drivers updated (no whatsnew) |  Miodrag Milanovic | 2011-06-15 | 3 | -138/+121 |
* | Cassette device modernized (no whatsnew) |  Miodrag Milanovic | 2011-06-15 | 2 | -239/+187 |
* | Fix for listxml and centronics device (no whatsnew) |  Miodrag Milanovic | 2011-06-14 | 1 | -3/+0 |
* | Converted printer image device to modern (no whatsnew) |  Miodrag Milanovic | 2011-06-14 | 2 | -79/+112 |
* | flopdrv - Added setting of disk change signal on image load (no whatsnew) |  Miodrag Milanovic | 2011-06-11 | 1 | -0/+3 |
* | Fixed for apple2fdc softlist loading (no whatsnew) |  Miodrag Milanovic | 2011-05-31 | 1 | -3/+7 |
* | enabled pcb recognition to softlists too, this way coco softlist works (no wh... |  Miodrag Milanovic | 2011-05-29 | 1 | -1/+1 |
* | Porting from MESS, nw |  Angelo Salese | 2011-05-23 | 2 | -1/+2 |
* | There is no difference in handling ide hard drives and other hard drives (no ... |  Miodrag Milanovic | 2011-05-12 | 2 | -96/+1 |
* | Moved format handling and all formats to separate library [Miodrag Milanovic] |  Miodrag Milanovic | 2011-05-06 | 10 | -2735/+4 |
* | Renamed one image interface call till I am aware what is what (no whatsnew) |  Miodrag Milanovic | 2011-05-04 | 3 | -4/+4 |
* | Added destruct for floppy format (no whatsnew) |  Miodrag Milanovic | 2011-05-02 | 2 | -8/+14 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -18/+18 |
* | Added 3.5" ED floppy drive type. [Curt Coder] |  Curt Coder | 2011-04-28 | 1 | -0/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 9 | -126/+51 |
* | cleanups, this time for good |  Angelo Salese | 2011-04-17 | 3 | -4/+4 |
* | cassette.c/flopdrv.c: added support for a display info callback function [Mio... |  Miodrag Milanovic | 2011-04-08 | 4 | -2/+63 |
* | cartslot.c/chd_cd.c: added support for a callback function to test softlist s... |  Fabio Priuli | 2011-04-07 | 5 | -1/+23 |
* | Fixed compiling tools in MAME and MESS side (no whatsnew) |  Miodrag Milanovic | 2011-03-31 | 3 | -17/+12 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 11 | -54/+56 |