summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev (follow)
Commit message (Expand)AuthorAgeFilesLines
* floppy: Fix an annoyingly subtle write bug Olivier Galibert2021-03-291-5/+6
* Turned off log output per step. Michael Zapf2021-03-211-1/+1
* apple2gs: updates [R. Belmont] arbee2021-03-152-4/+15
* swim2: Correct writing Olivier Galibert2021-03-061-4/+4
* floppy: make format determination earlier Olivier Galibert2021-03-052-8/+13
* Copypasta my love, finish fixing for osx Olivier Galibert2021-03-051-2/+2
* fs_prodos: Explain the init better Olivier Galibert2021-03-051-7/+4
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-052-4/+164
* superdrive: Theoretically support 720K MFM Olivier Galibert2021-03-041-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-55/+89
* mac128: Implement the PWM (NEW_IWM only), fix the via clocks Olivier Galibert2021-02-232-0/+15
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-142-2/+2
* floppy: ignore set_write_splice when the motor is not running Olivier Galibert2021-02-141-1/+1
* apple floppy: Correct the dskchg polarity. Olivier Galibert2021-02-121-2/+2
* floppy: Filter out the writes when write protected, useful when when the appl... Olivier Galibert2021-02-122-1/+21
* floppy 525: Better wpt management Olivier Galibert2021-02-042-7/+20
* 2gs: Fixes, and more fixes Olivier Galibert2021-02-041-1/+1
* 2gs: Better floppy interaction Olivier Galibert2021-02-041-10/+25
* iwm: remove disable_mon, move to floppy Olivier Galibert2021-01-312-3/+8
* 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