summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats (follow)
Commit message (Collapse)AuthorAgeFilesLines
* einstein: Software list items promoted to working: Theatre Europe Dirk Best2018-12-291-1/+2
| | | | | | | | | | | | The existing disk image was replaced by a new one created from the master disk. dsk_dsk: Increase maximum cell count This allows for slightly out of spec disk images to run, like Theatre Europe on the Einstein. [Lord Sméagol (Carl Lloyd-Parker)]
* 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
| | | | | | | | * Add per-language compiler flag options to help with exotic setups * Get rid of a potention buffer overrun in NuBus image card * CHAR_WIDTH and LONG_WIDTH are preprocessor macros in limits.h with glibc if __GLIBC_USE (IEC_60559_BFP_EXT) is enabled - avoid using them as names * Make formats/upd765_dsk.h slightly safer with defualt initialisers for key format members * Don't rely on random BSS data being zero in imagedev/floppy.cpp
* Renamed flipendian -> swapendian, as I spent minutes trying to find the ↵ mooglyguy2018-11-051-4/+4
| | | | functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw
* Merge pull request #4225 from AmatCoder/AmatCoder-dsk-patch-2 R. Belmont2018-11-011-4/+2
|\ | | | | dsk_dsk.cpp: Avoid to use uninitialized booleans
| * dsk_dsk.cpp: Avoid to use uninitialized booleans AmatCoder2018-11-011-4/+2
| | | | | | | | Fix MameTesters #07134. Thanks to Klez for testing.
* | 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
| * dsk_dsk.cpp: sectors must be read even if it contains Deleted Mark AmatCoder2018-09-191-3/+3
| | | | | | | | | | FDC will read the data if SK bit is not set. Fixes MameTesters bug #07081
* | bbcb: Added floppy disc controller options:- Nigel Barnes2018-09-171-0/+4
| | | | | | | | | | - AMS 3" Microdrive Disc System - Microware DDFS FDC (not working)
* | tzx_cass.cpp: 1ms pause is always required AmatCoder2018-09-161-5/+7
|/ | | | Not only when pause from block is greater than zero . Otherwise the last pulse is not terminated properly in some cases.
* 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 ↵ AJR2018-08-041-1/+1
| | | | happy (nw)
* (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
| | | | | ---------------------------------- CMS 6502 Development System
* Bug fix for multi-channel reads in cassette_get_samples(). (#3725) Frank Palazzolo2018-07-092-20/+25
| | | | | | | | | * Bug fix for multi-channel reads in cassette_get_samples(). Use the unused "sample_bytes" arg the same way as cassette_put_samples() Can be used with multi-channel files now! * Rename sample_bytes to more descriptive sample_spacing Add some comments about sample functions and sample_spacing variable
* tzx_cas: no other copyright holders. initial version here: hap2018-06-262-2/+2
| | | | https://github.com/mamedev/mess-cvs/commit/5a0a43eb8f79cc3385d957a7da45586de6c2a989#diff-26e48bc5e5a1dc7272914d9f9cd3249d
* 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 ↵ Olivier Galibert2018-05-261-10/+15
| | | | Ferrie, Olivier Galibert]
* 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
| | | | Ferrie]
* srcclean (nw) Vas Crabb2018-04-221-1/+1
|
* Minimal improvements on the disk handling (#3395) Stefano2018-03-271-0/+4
| | | | | | | | | * Keeping the 35 tracks drive as an option * Reducing the crashes a bit more. This helps matching the form_factor and the parameters found in the TeleDisk images, thus exiting before a serious crash. It is NOT enough to improve the 8" disk image handling, nor it solves all the stability problems, but it is a tiny step forwards.
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-2/+2
|
* New machines marked as NOT_WORKING Nigel Barnes2018-03-212-0/+147
| | | | | ---------------------------------- Poly Proteus (Standalone) [Nigel Barnes, Andrew Trotman]
* ms0515: unbreak memory maps; update floppy format definition to match one ↵ Sergey Svishchev2018-03-161-2/+2
| | | | used by OS (nw)
* 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: support bad crc (nw) recreate columns copy protection (nw)
* 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
| | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-132-76/+0
| | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
* agat7: 840KB floppy HLE; minor fixes -> mark WORKING (#2912) Sergey Svishchev2017-12-082-0/+76
| | | | | | | | | | | | | | * agat7: add port_char definitions to allow access from Lua, &c (nw) * agat7: adapt "apple2: Break up handlers for C000-C07F range" (nw) * agat7: timer and vblank interrupts (nw) * agat7: HLE of 840KB floppy controller, read-only (nw) * agat7: memory expansion wip (nw) * agat7: update todo list, mark partially WORKING