summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix (unused) 3.5" head calc (nw) arbee2018-12-251-1/+1
* Fix (currently unused) 3.5" track calc for WOZ2 (nw) arbee2018-12-241-1/+1
* apple2: Support the new version 2 .WOZ images [R. Belmont] arbee2018-12-232-14/+48
* (nw) fix stuff: Vas Crabb2018-11-292-6/+5
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-4/+4
* Merge pull request #4225 from AmatCoder/AmatCoder-dsk-patch-2 R. Belmont2018-11-011-4/+2
|\
| * dsk_dsk.cpp: Avoid to use uninitialized booleans AmatCoder2018-11-011-4/+2
* | hp9825: added DC100 tape drive fulivi2018-10-162-2/+6
|/
* srcclean (nw) Vas Crabb2018-09-231-3/+3
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-2/+3
* Merge pull request #4009 from AmatCoder/AmatCoder-fix-dsk Robert2018-09-191-3/+3
|\
| * dsk_dsk.cpp: sectors must be read even if it contains Deleted Mark AmatCoder2018-09-191-3/+3
* | bbcb: Added floppy disc controller options:- Nigel Barnes2018-09-171-0/+4
* | tzx_cass.cpp: 1ms pause is always required AmatCoder2018-09-161-5/+7
|/
* ti99_dsk.cpp: Change `crc` type to uint16_t here, too (nw) AJR2018-08-041-1/+1
* ti99_dsk.cpp: More appropriate variable type which will hopefully make MSVC h... AJR2018-08-041-1/+1
* (nw) Fixed the build. Robbbert2018-08-041-1/+1
* ti99: Fixed long-standing TDF bug; added support for 16-sector formats Michael Zapf2018-08-032-635/+971
* Merge branch 'master' of https://github.com/mamedev/mame Peter Ferrie2018-07-292-4/+22
|\
| * flopimg.h: Add debug asserts to help catch geometry errors (nw) AJR2018-07-281-3/+3
| * imd_dsk.cpp: Add some sanity checking on geometry AJR2018-07-271-1/+19
* | ap2_dsk.cpp: avoid one type of .woz corruption (nw) Peter Ferrie2018-07-291-0/+2
|/
* camplynx_cas: Added support for multiple files (concatenated) in TAP file. Nigel Barnes2018-07-161-42/+81
* New machines marked as NOT_WORKING Nigel Barnes2018-07-101-0/+24
* Bug fix for multi-channel reads in cassette_get_samples(). (#3725) Frank Palazzolo2018-07-092-20/+25
* tzx_cas: no other copyright holders. initial version here: hap2018-06-262-2/+2
* Oops (nw) Olivier Galibert2018-05-261-0/+1
* Forgot the comment (nw) Olivier Galibert2018-05-261-0/+4
* Floppy robustification, better bitstream handling [John Keoni Morris, Peter F... Olivier Galibert2018-05-261-10/+15
* srcclean (nw) Vas Crabb2018-05-272-3/+3
* Added logmacros to upd765, increased track buffer for hfe format (nw) Michael Zapf2018-05-101-1/+4
* Fixed bitrate autodetect (nw) Michael Zapf2018-05-091-2/+3
* CPC DSK format: also check status bits in SR2 (nw) (#3546) Sergey Svishchev2018-05-101-2/+5
* ti99: Fixed disk creation via OSD Michael Zapf2018-05-041-4/+13
* More GCC 8 (nw) arbee2018-05-011-1/+1
* apple2: Add WOZ format [O. Galibert] Olivier Galibert2018-04-244-6/+163
* apple2: recognize another form of DOS 3.3 in ProDOS order [R. Belmont, Peter ... arbee2018-04-231-0/+5
* srcclean (nw) Vas Crabb2018-04-221-1/+1
* Minimal improvements on the disk handling (#3395) Stefano2018-03-271-0/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-2/+2
* New machines marked as NOT_WORKING Nigel Barnes2018-03-212-0/+147
* ms0515: unbreak memory maps; update floppy format definition to match one use... Sergey Svishchev2018-03-161-2/+2
* jvc_dsk: Added notes (nw) Nigel Barnes2018-03-061-2/+93
* i386/i286: fix default cs flags (nw) cracyc2018-02-021-1/+1
* d88_dsk: Add some safety checks to avoid reading beyond the end of file Dirk Best2018-01-281-1/+10
* fixed MT06831 (bogus casting in ccvf_format::file_formats) (nw) firewave2018-01-101-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-132-0/+76
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-132-76/+0
* agat7: 840KB floppy HLE; minor fixes -> mark WORKING (#2912) Sergey Svishchev2017-12-082-0/+76
* jvc_dsk: Fix MT #06779 Dirk Best2017-11-291-7/+11