summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev
Commit message (Expand)AuthorAgeFilesLines
...
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-202-3/+3
* Sync with MESS, floppy work by OG, and addition of AY8914 (no whatsnew) Miodrag Milanovic2011-09-192-166/+264
* Fixed some issues with serial device (no whatsnew) Miodrag Milanovic2011-09-151-5/+6
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-063-12/+12
* floppy: Change the internal format to use magnetic cells. Temporarily Olivier Galibert2011-09-031-1/+2
* amigafdc: Modernize, but don't change a thing (yet) [O. Galibert] Olivier Galibert2011-09-032-2/+34
* Added serial image device, was in serial.c in mess/machine (no whatsnew) Miodrag Milanovic2011-09-032-0/+422
* Removed extra increment. (nw) Wilbert Pol2011-09-031-1/+0
* floppy: Refactor slightly. Name, descrition, etc are now an intrinsic proper... Olivier Galibert2011-08-302-10/+13
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-232-2/+2
* Added support for loading other image types to cdrom device, with use of chdm... Miodrag Milanovic2011-08-201-6/+12
* Fixed cassette create (no whatsnew) Miodrag Milanovic2011-08-142-0/+6
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-262-22/+22
* Some more floppy wip (no whatsnew) Miodrag Milanovic2011-07-252-7/+44
* More floppy WIP (no whatsnew) Miodrag Milanovic2011-07-242-0/+105
* Floppy work WIP (no whatsnew) Miodrag Milanovic2011-07-212-0/+199
* floppy_image to floppy_image_legacy rename (no whatsnew) Miodrag Milanovic2011-07-202-3/+3
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
* Renamed current floppy implementation to legacy (no whatsnew) Miodrag Milanovic2011-07-112-18/+18
* Made multcart slot separate device, and prepared cartslot for rewrite (no wha... Miodrag Milanovic2011-07-054-285/+377
* Port from MESS, nw Angelo Salese2011-06-281-1/+1
* Making cart romload tags relative to device (no whatsnew) Miodrag Milanovic2011-06-261-4/+9
* Fixed floppy device issue reading device_displayinfo callback, fixes floppy i... Miodrag Milanovic2011-06-251-2/+2
* Fixed cdrom softlist loading (no whatsnew) Miodrag Milanovic2011-06-251-1/+1
* Synced with MESS. (nw) Curt Coder2011-06-231-1/+1
* Added index and ready line read functions to floppy drive. [Curt Coder] Curt Coder2011-06-232-0/+17
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-199-33/+33
* Some WIP on floppies (no whatsnew) Miodrag Milanovic2011-06-181-7/+0
* Preps for floppy conversion to c++ device (no whatsnew) Miodrag Milanovic2011-06-182-49/+21
* Harddisk image device is now modern device (no whatsnew) Miodrag Milanovic2011-06-163-172/+181
* CDROM image device modernized and drivers updated (no whatsnew) Miodrag Milanovic2011-06-153-138/+121
* Cassette device modernized (no whatsnew) Miodrag Milanovic2011-06-152-239/+187
* Fix for listxml and centronics device (no whatsnew) Miodrag Milanovic2011-06-141-3/+0
* Converted printer image device to modern (no whatsnew) Miodrag Milanovic2011-06-142-79/+112
* flopdrv - Added setting of disk change signal on image load (no whatsnew) Miodrag Milanovic2011-06-111-0/+3
* Fixed for apple2fdc softlist loading (no whatsnew) Miodrag Milanovic2011-05-311-3/+7
* enabled pcb recognition to softlists too, this way coco softlist works (no wh... Miodrag Milanovic2011-05-291-1/+1
* Porting from MESS, nw Angelo Salese2011-05-232-1/+2
* There is no difference in handling ide hard drives and other hard drives (no ... Miodrag Milanovic2011-05-122-96/+1
* Moved format handling and all formats to separate library [Miodrag Milanovic] Miodrag Milanovic2011-05-0610-2735/+4
* Renamed one image interface call till I am aware what is what (no whatsnew) Miodrag Milanovic2011-05-043-4/+4
* Added destruct for floppy format (no whatsnew) Miodrag Milanovic2011-05-022-8/+14
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-18/+18
* Added 3.5" ED floppy drive type. [Curt Coder] Curt Coder2011-04-281-0/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-279-126/+51
* cleanups, this time for good Angelo Salese2011-04-173-4/+4
* cassette.c/flopdrv.c: added support for a display info callback function [Mio... Miodrag Milanovic2011-04-084-2/+63
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-075-1/+23
* Fixed compiling tools in MAME and MESS side (no whatsnew) Miodrag Milanovic2011-03-313-17/+12
* BIG update. Aaron Giles2011-03-2911-54/+56