summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats (follow)
Commit message (Expand)AuthorAgeFilesLines
* ibmxdf_dsk: IBM Extended Disk Format support (nw) Sergey Svishchev2020-03-022-0/+307
* flex_dsk: include an identify() method. 68bit2020-02-092-0/+10
* wd177x_dsk: generalize to allow custom track format variations 68bit2020-02-086-324/+1744
* Merge pull request #6245 from shattered/_27394e2f097 R. Belmont2020-02-051-5/+29
|\
| * aim_dsk: use splice position recorded in the image, if available (nw) Sergey Svishchev2020-01-311-5/+29
* | more debug logging left on, few small cleanups (nw) Vas Crabb2020-02-022-26/+26
|/
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-22127-160/+160
|\
| * use C++ library includes (nw) firewave2020-01-22127-160/+160
* | Merge pull request #6187 from 68bit/apple2-floppy-options-track-count R. Belmont2020-01-221-3/+3
|\ \
| * | apply2 floppy format: bake in the track count 68bit2020-01-201-3/+3
| |/
* / fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-4/+4
|/
* imds2: implemented save in IMG disk format (#6140) fulivi2020-01-072-16/+181
* acorn_dsk: Added support for HADFS floppy images. Nigel Barnes2020-01-071-0/+10
* Emulation of isbc202 floppy disk controller (#6119) fulivi2020-01-042-0/+268
* apple2: fix recognition of .NIB images on the old diskii controller (MT #7496... arbee2019-11-222-3/+3
* new working ZX Spectrum slot devices: DISCiPLE and +D disk interfaces (#5931) Tom2019-11-221-1/+1
* Fix spelling, tidy whitespace Zoë Blade2019-10-211-2/+2
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
* ap2_dsk: recognize ProDOS 2.5 boot block (nw) arbee2019-09-201-0/+4
* HP9845: TACO driver re-written (#5601) fulivi2019-09-092-12/+126
* apple2: fix regression using 35-track disks with the legacy floppy (nw) arbee2019-08-251-1/+1
* flex_dsk: fix the logging of the disk name extension 68bit2019-08-261-2/+2
* srcclean (nw) Vas Crabb2019-08-252-7/+7
* fix incorrect format string to allow compilation (nw) smf-2019-08-151-1/+1
* Merge pull request #5471 from 68bit/floppy-flex-format-rewrite ajrhacker2019-08-133-65/+310
|\
| * flex floppy dsk: rewrite to be based on the wd177x dsk format 68bit2019-08-133-65/+310
* | swtpc09: add a UniFLEX specific floppy format. 68bit2019-08-132-0/+182
|/
* ap2_dsk: recognize ProDOS 2.5 boot block (nw) arbee2019-08-081-0/+4
* add write support for Olivetti M20 floppy images Christian Groessler2019-08-061-5/+43
* juku: Floppy now (partially) works Dirk Best2019-08-051-2/+6
* Use canonical spelling of "canonical" (nw) AJR2019-08-022-4/+4
* juku: Floppy support WIP, enable BASIC Dirk Best2019-08-022-0/+73
* srcclean (nw) Vas Crabb2019-07-282-18/+18
* tzx_cas.cpp: Fix pulses on Standard Data blocks AmatCoder2019-07-141-17/+3
* Merge pull request #5316 from AmatCoder/AmatCoder-dsk_dsk-1 R. Belmont2019-07-061-1/+25
|\
| * dsk_dsk.cpp: Surpass some copy-protected tracks AmatCoder2019-07-061-1/+25
* | Merge pull request #5317 from AmatCoder/AmatCoder-tzx_cas-1 R. Belmont2019-07-061-2/+8
|\ \
| * | tzx_cas.cpp: Fix memory leak (nw) AmatCoder2019-07-061-2/+8
| |/
* | Merge pull request #5303 from shattered/_430d642ac2 ajrhacker2019-07-048-0/+596
|\ \
| * | agat: basic emulation of agat9 (video, apple compat mode, LLE floppy) Sergey Svishchev2019-07-028-0/+596
| |/
* / (nw) uef : added baudrate detection for atom. Needs much more to be done. Robbbert2019-07-041-26/+47
|/
* tzx_cass.cpp: Fix loading of Generalized Data blocks AmatCoder2019-06-301-6/+5
* txz_cass.cpp: Adding 1 ms. pause to ensure that the last edge is properly fin... AmatCoder2019-06-261-9/+15
* revert tzx_cas changes from 0.202, they break things DavidHaywood2019-06-171-6/+2
* ap2_dsk: only save 40 tracks if the disk originally had that many [R. Belmont] arbee2019-06-092-3/+8
* Apple II dsk 35 to 40 track zzemu-cn2019-06-092-16/+18
* clean up some stuff (nw) Vas Crabb2019-05-302-12/+7
* srcclean (nw) Vas Crabb2019-05-262-71/+71
* flopimh.h: uncluttered global name space as per Vas suggestion Joakim Larsson Edstrom2019-04-261-3/+3
* Fix OS-9 disk writing bug (#4925) tim lindner2019-04-263-39/+160