summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-113-4/+4
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-109-261/+236
|\
| * formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-229-261/+236
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-2010-13/+13
* | Fixups for latest code. Aaron Giles2021-06-041-3/+3
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-044-67/+806
|\|
| * enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... tim lindner2021-06-032-1/+38
| * floppy: fix the build Patrick Mackinlay2021-06-011-0/+1
| * midiin: Add support for providing a .mid file as input Aaron Giles2021-05-272-20/+467
| * floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-272-19/+10
| * flux viewer switched on by mistake Olivier Galibert2021-05-261-1/+1
| * vtech: Add floppy formats and fs Olivier Galibert2021-05-261-1/+1
| * floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed Olivier Galibert2021-05-252-1/+30
| * floppy.cpp: Disable new code when FLUX_SCREEN is #defined as 0 (and thereby w... AJR2021-05-251-27/+34
| * flux screen: accelerate writes Olivier Galibert2021-05-252-3/+19
| * Experimental flux viewer, activate by #define FLUX_SCREEN 1 in floppy.cpp Olivier Galibert2021-05-252-1/+200
| * reorganize the floptool code, add some write support Olivier Galibert2021-05-242-15/+17
| * pc_formats: Believe it or not, but it seems there has been released pc-format... Olivier Galibert2021-05-161-0/+2
| * floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-282-4/+4
| * floppy: start block-devicing fielsystem support Olivier Galibert2021-04-282-14/+22
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-231-2/+3
|\|
| * Allow UI file manager to create floppy images before machine is started AJR2021-04-141-2/+3
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-081-6/+7
|\|
| * 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
* | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... Aaron Giles2021-04-021-1/+1
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-2612-12/+12
* | Use the device-provided timer_alloc instead of reaching around to the schedul... Aaron Giles2021-03-252-2/+2
* | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-2410-10/+10
* | Renamed timer_expired_registered_delegate to emu_timer_cb. Removed all timer_... Aaron Giles2021-03-231-1/+1
* | First round of timer_set conversions. Aaron Giles2021-03-222-2/+5
|/
* 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