summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-053-16/+16
* 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
* | util::fifo.queue_length() (nw) Patrick Mackinlay2018-10-181-0/+11
* | hp9825: added DC100 tape drive fulivi2018-10-162-2/+6
* | lib/util/options.cpp: Don't try to set the value of a header (nw) AJR2018-10-041-1/+2
* | -options: Restored erroneously-removed game-specific INI option reversion bet... mooglyguy2018-10-052-0/+29
|/
* srcclean (nw) Vas Crabb2018-09-231-3/+3
* (nw) Fix inadvertently non-const pointers - emu.h edition Vas Crabb2018-09-202-10/+10
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-202-4/+5
* 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
|/
* chdcd: also accept .toast as a synonym for ISO images (nw) arbee2018-09-121-1/+1
* Fixed pmd85 regression, nw. Also replaced a fail-safe in src/lib/util/palette... mooglyguy2018-08-301-14/+28
* Merge pull request #3795 from felipesanches/gtrak10_2018-jul-27 ajrhacker2018-08-2410-2/+339
|\
| * A large portion of the Atari Gran Trak 10 schematics (1974) Felipe CorrĂȘa da Silva Sanches2018-07-2810-2/+339
* | imgtool: fix off by one error with leap years (nw) balr0g2018-08-131-1/+1
* | 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-2926-162/+195
|\ \
| * | 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
| * | make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-282-55/+55
| |/
| * Better support for screen orientation/geometry: Vas Crabb2018-07-2622-103/+118
* | ap2_dsk.cpp: avoid one type of .woz corruption (nw) Peter Ferrie2018-07-291-0/+2
|/
* rendlay: allow user variables and repetition in layouts, also add a few more ... Vas Crabb2018-07-221-1/+1
* 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
* fix building with clang 6.0.1 (nw) smf-2018-07-073-3/+4
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-0/+8
* tzx_cas: no other copyright holders. initial version here: hap2018-06-262-2/+2
* srcclean and other cleanup (nw) Vas Crabb2018-06-248-0/+0
* 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-273-4/+4
* Fix error in debug build with SMS card options (nw) AJR2018-05-211-1/+1
* Add Schmitt trigger device to standalone netlist Makefile (nw) balr0g2018-05-111-0/+1
* 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
* Final GCC 8 batch for tonight (nw) arbee2018-05-011-0/+4
* More GCC 8 (nw) arbee2018-05-011-1/+1
* apple2: Add WOZ format [O. Galibert] Olivier Galibert2018-04-244-6/+163