| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -3/+3 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -1/+1 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 2 | -3/+3 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 2 | -8/+8 |
* | Cleanups and version bump.mame0141u3 |  Aaron Giles | 2011-02-28 | 1 | -1/+1 |
* | Removed hashfile and dependencies (no whatsnew) |  Miodrag Milanovic | 2011-02-14 | 1 | -9/+0 |
* | Hash generation and general cleanup. New class hash_collection holds |  Aaron Giles | 2011-02-14 | 1 | -5/+6 |
* | And woohoo, mame_options() is no more. |  Aaron Giles | 2011-02-12 | 3 | -20/+20 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -2/+2 |
* | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -1/+1 |