summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
Commit message (Expand)AuthorAgeFilesLines
* floppy: Be really sure a cleared cache is seen as such Olivier Galibert2021-01-251-1/+1
* floppy.cpp: as_ticks returns a u64, so go unsigned all the way AJR2021-01-251-3/+1
* floppy: When the floppy head stays on an unformatted track from more than an ... Olivier Galibert2021-01-251-1/+1
* floppy: Add dir read on apple floppies Olivier Galibert2021-01-231-0/+3
* flopimg: Fix gcr checksum Olivier Galibert2021-01-221-1/+1
* Apple 2 floppy drive (diskiing, diskiing13): added sounds (#7685) leesaudan22021-01-211-2/+4
* swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... Olivier Galibert2021-01-172-10/+5
* floppy: fix regression in new floppy [O. Galibert] arbee2021-01-161-2/+2
* floppy: fix precision issue and missing cache clear on write Olivier Galibert2021-01-162-8/+10
* swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-152-28/+160
* mac/swim2: Add apple drivers and associated communications Olivier Galibert2021-01-112-2/+210
* Provide the variants to the floppy formats Olivier Galibert2021-01-091-4/+4
* Actually build the accepted variants list in floppy Olivier Galibert2021-01-092-209/+83
* Simplify snapshot/quickload callback parameters; remove some uses of auto_all... AJR2021-01-052-4/+4
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-4/+4
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-253-3/+3
* dfs500: fixed crash at start and did srcclean on it. Also srccleaned picture.... Robbbert2020-10-251-17/+17
* formats/apridisk.cpp: Don't use megabytes of stack space. Vas Crabb2020-10-101-5/+3
* Various improvements to image file handling: Vas Crabb2020-10-081-8/+18
* Got rid of global_alloc/global_free. Vas Crabb2020-10-038-44/+37
* formats/cassimg.cpp: Finish encapsulation of cassette_image class. Vas Crabb2020-10-021-6/+6
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-022-16/+13
* Clean up uses of picture image device some more. Vas Crabb2020-09-291-1/+1
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-284-27/+20
* -bus/hp_dio/hp98544.cpp: Don't crash when cursor is outside screen area. Vas Crabb2020-09-282-16/+7
* picture_image_device::get_bitmap was returning a possibly-null reference Kelvin Sherlock2020-09-271-1/+1
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-134-7/+7
* odyssey2/homecomp: add cassette i/o hap2020-08-122-21/+18
* mfmhd: Switched to logmacro logging. (nw) Michael Zapf2020-02-241-44/+52
* (nw) hopefully fixed cassette bugs from my commit of 6 months ago Robbbert2020-01-071-11/+35
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-1016-143/+163
* flopdrv: Even legacy devices need some code cleanup (nw) AJR2019-11-052-134/+20
* Spring cleaning: Vas Crabb2019-11-014-6/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-265-7/+16
* (nw) misc cleanup: Vas Crabb2019-10-112-15/+14
* -avivideo.cpp: Added an image device to provide looping uncompressed AVI fram... mooglyguy2019-09-232-0/+185
* -vino: Implemented the majority of functionality, and hooked up to picture_im... MooglyGuy2019-09-191-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-202-31/+23
* srcclean (nw) Vas Crabb2019-08-253-4/+4
* harddriv.h: missed a spot earlier (nw) Justin Kerk2019-08-181-1/+1
* harddriv: check for CHD by header string, allows files not named .chd that ar... arbee2019-08-131-6/+7
* picture_image_device: clean up properly if the PNG load fails (nw) arbee2019-08-101-2/+6
* apple2: save states and file manager hotloading image support for ComputerEye... arbee2019-08-101-0/+5
* Add still-frame PNG image device for use by digitizers/cameras/etc. [R. Belmont] arbee2019-08-092-0/+122
* harddisk: Support hard disk images in HDI format [Justin Kerk] Justin Kerk2019-08-021-2/+16
* snapquik: remove vestigial declaration (nw) Vas Crabb2019-08-031-2/+0
* harddisk: Support non-CHD harddisk images in raw and 2MG format [R. Belmont] arbee2019-08-012-14/+44
* steps towards some spectrum expansions - attempt 2 (resynced to AJRs changes)... David Haywood2019-07-314-6/+122
* microdrv: Change image type to magtape; default clock; move to imagedev (nw) AJR2019-07-302-0/+279
* srcclean (nw) Vas Crabb2019-07-283-14/+14