summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/cassette.c
Commit message (Expand)AuthorAgeFilesLines
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+3
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-27/+7
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-3/+1
* fixed uninitialized member usage in cassette_image_device (nw) Oliver Stöneberg2014-02-261-2/+3
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-4/+4
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* (MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder] Curt Coder2013-06-061-1/+1
* fixed uninitialized variable in src/emu/imagedev/cassette.c (nw) Oliver Stöneberg2013-02-161-0/+1
* set proper cassette image loading error / removed unused CASSETTE_ERROR_INVAL... Oliver Stöneberg2013-02-121-0/+20
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-04-161-4/+33
* Making sure tape stops at end when playing (Apple1 for example), patch by Rob... Miodrag Milanovic2012-02-151-0/+13
* import from MESS (no whatsnew) Miodrag Milanovic2012-02-141-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-7/+3
* Fix for cassette (no whatsnew) Miodrag Milanovic2012-01-171-1/+2
* Fix for cassette extension extraction (no whatsnew) Miodrag Milanovic2012-01-111-1/+1
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-2/+2
* Fix softload of cassettes (no whatsnew) Miodrag Milanovic2011-12-051-1/+11
* Fixed cassette create (no whatsnew) Miodrag Milanovic2011-08-141-0/+5
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-2/+2
* Cassette device modernized (no whatsnew) Miodrag Milanovic2011-06-151-209/+121
* Porting from MESS, nw Angelo Salese2011-05-231-1/+0
* Moved format handling and all formats to separate library [Miodrag Milanovic] Miodrag Milanovic2011-05-061-2/+1
* Renamed one image interface call till I am aware what is what (no whatsnew) Miodrag Milanovic2011-05-041-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-5/+5
* cleanups, this time for good Angelo Salese2011-04-171-1/+1
* cassette.c/flopdrv.c: added support for a display info callback function [Mio... Miodrag Milanovic2011-04-081-1/+14
* Fixed compiling tools in MAME and MESS side (no whatsnew) Miodrag Milanovic2011-03-311-2/+2
* BIG update. Aaron Giles2011-03-291-8/+8
* Fix build break from last checkin. Aaron Giles2011-02-061-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-3/+3
* Removed mess from names of some calls in image device code (no whatsnew) Miodrag Milanovic2011-01-061-1/+1
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-0/+452