summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-02-191-2/+2
* abc800_dsk: Fixed sector interleave. [Curt Coder] Curt Coder2017-02-172-2/+28
* Revert "wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder]" Olivier Galibert2017-02-164-11/+9
* wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder] Curt Coder2017-02-164-9/+11
* Merge pull request #2062 from shattered/_fb4f4dd R. Belmont2017-02-152-0/+85
|\
| * ms0515.cpp -- hook up keyboard and floppy, improve video emulation etc. Sergey Svishchev2017-02-132-0/+85
* | dsk_dsk format: propagate CRC error flags Sergey Svishchev2017-02-131-2/+6
* | Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
|/
* zx81: added tzx cassette format Nigel Barnes2017-02-014-61/+41
* apd_dsk: improved identify and simplified load (nw) Nigel Barnes2017-02-011-53/+74
* apd_dsk: new floppy format 'Archimedes Protected Disk' Nigel Barnes2017-01-162-0/+155
* formats/wd177x_dsk: allow override of build_sector_description, like nec765_dsk Sergey Svishchev2017-01-152-4/+4
* TeleDisk loader: accept images produced from 8" SSSD disks Sergey Svishchev2017-01-101-1/+3
* ImageDisk loader: don't crash on tracks with no data Sergey Svishchev2017-01-101-4/+7
* pc_dsk: Handle 1.44MB images with 1,024-byte footer, which have turned up in ... Justin Kerk2017-01-083-2/+8
* pc_dsk: Assume a smaller gap size to allow 400K disk images to load. Fixes e.... Justin Kerk2017-01-071-1/+1
* pc_dsk: Support 360K images with 512-byte header, found in some softlist entr... Justin Kerk2016-12-294-3/+19
* Archimedes: make floppies work. Sandro Ronco2016-12-231-2/+2
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-242-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-122-3/+3
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-121-1/+1
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-111-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-112-3/+3
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-2214-85/+85
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22161-2414/+2414
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-2119-30/+30
* Bad OG, no cookie, nw either therealmogminer@gmail.com2016-09-251-1/+1
* Added HxC HFE disk format. Michael Zapf2016-09-182-0/+782
* Fixed a potential buffer overrun in the code that reads headers for the CoCo ... Nathan Woods2016-09-131-3/+6
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-101-45/+11
|\
| * Properly catching another out of memory condition Nathan Woods2016-09-091-2/+7
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-2/+1
| * Attempting to make option_guide and option_guide::entry POD types; need to fi... Nathan Woods2016-09-021-1/+2
| * Incorporating Vas Crabb feedback Nathan Woods2016-09-011-2/+2
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-43/+4
* | ti99: Explicitly add the cell_size to mfm_w call (nw) Michael Zapf2016-09-051-6/+6
* | added header checks to identify in uef_cas and csw_cas formats Nigel Barnes2016-09-022-18/+38
* | srcclean and translation regeneration Vas Crabb2016-08-292-7/+7
|/
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-271-5/+0
* ti99: Fixed another issue with double stepping. Michael Zapf2016-08-252-19/+44
* ti99: Forgot to reset the TRACE flag. Michael Zapf2016-08-241-1/+1
* Forgot srcclean Michael Zapf2016-08-241-1/+1
* ti99: Fix a problem with formatted disk images that do not match the expected... Michael Zapf2016-08-242-9/+12
* Performs argument checking on the return value of CassetteLegacyWaveFiller.ch... Nathan Woods2016-08-231-1/+8
* Fixed regression with cassette code that caused hangs to happen when loading ... Nathan Woods2016-08-202-22/+32
* casserr_t ==> enum class cassette_image::error Nathan Woods2016-08-2046-302/+306
* Stop forcing cassette image create when loading zero-length images. Also min... Nathan Woods2016-08-202-7/+7
* Fixed an issue with legacy floppy loading caused by filetype() now being a st... Nathan Woods2016-08-182-6/+6
* abc80x: Fixed ABC-838 disk image cell size. [Curt Coder] Curt Coder2016-08-151-1/+1