summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev
Commit message (Expand)AuthorAgeFilesLines
* Fix floppy disk image creation from command line Dirk Best2015-05-211-0/+22
* floppy: truncate files to new size on save Dirk Best2015-05-201-0/+5
* Floppy: Add a function to return the number of sides the drive has Dirk Best2015-05-201-0/+1
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-202-2/+2
* Nascom: Add floppy softlist Dirk Best2015-05-182-1/+38
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-1120-40/+40
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-072-12/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0722-0/+44
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* small cleanup (nw) Miodrag Milanovic2015-04-223-6/+3
* moved all to std::string (nw) Miodrag Milanovic2015-04-223-14/+14
* ti99: ST225 emulation Michael Zapf2015-04-202-0/+16
* more astring -> std::string (nw) Miodrag Milanovic2015-04-192-9/+9
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-2/+2
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-183-3/+3
* Damn unsigned (nw) Olivier Galibert2015-04-151-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-142-27/+22
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-132-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-124-22/+22
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-113-9/+9
* Capitalise brand names more Zoë Blade2015-04-051-9/+9
* Converted midi into a module. (nw) couriersud2015-01-312-9/+18
* (MESS) floppy.c: initialise error code instead of crashing when menu loads ba... peterferrie2015-01-131-0/+1
* (MESS) ui: fixed for real the wrong confirmation menu being etabeta782015-01-061-2/+2
* (MESS) ui: when ESCing while creating a new floppy image, fall back etabeta782015-01-061-2/+2
* floppy: include cylinder in savestate peterferrie2014-12-121-0/+3
* (MESS) included modern .dsk format among default supported etabeta782014-11-232-0/+3
* Skeleton driver for the Siemens PC-D [Dirk Best, rfka01] Dirk Best2014-11-112-0/+88
* ap2_dsk: edd support [O. Galibert] Olivier Galibert2014-10-271-11/+11
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-112-349/+0
* (MESS) dmv: added floppy softlist. [Sandro Ronco] Sandro Ronco2014-10-102-0/+3
* (MESS) floppy.c: fixed disks not being launched if loaded Fabio Priuli2014-09-282-37/+8
* ui: fixed crash when loading floppies with no parent software Fabio Priuli2014-09-161-2/+2
* cleanup (nw) Miodrag Milanovic2014-09-131-3/+0
* floppy: Change in find_position to avoid missing edges that are very Michael Zapf2014-09-041-1/+1
* floppy: Don't infloop in set_write_splice when there's no floppy (fixes MT567... Olivier Galibert2014-08-261-4/+6
* floppy: Handle half and quarter tracks [O. Galibert] Olivier Galibert2014-08-092-1/+45
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-226-15/+15
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* first batch of passing attotime as const reference instead of copy - where po... Oliver Stöneberg2014-07-022-8/+8
* vz300 floppy: Initial modern implementation [O. Galibert] Olivier Galibert2014-06-302-7/+10
* fixed memory leaks in floppy_image_device (nw) Oliver Stöneberg2014-05-141-2/+9
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-143-9/+9
* cassette config moved inline (nw) Miodrag Milanovic2014-05-023-75/+31
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-0213-168/+83
* (MESS) New driver added: Xerox Alto 2 [Juergen Buchmueller] Miodrag Milanovic2014-04-222-0/+388
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-164-542/+18
* bitbanger_device: converted to devcb2 (nw) Ivan Vangelista2014-04-152-44/+26
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-121-2/+1