summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-012-0/+55
* 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
* Fixed issue causing drivers using netlists to fail on the Emscripten target. ... Justin Kerk2018-03-061-0/+4
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-086-6/+6
* i386/i286: fix default cs flags (nw) cracyc2018-02-021-1/+1
* disable netlist statistic logging on shutdown, because it triggers a use afte... smf-2018-01-311-1/+1
* thanks hap (nw) smf-2018-01-291-1/+0
* fix is_set() when generic_function is an int array (nw) smf-2018-01-291-1/+14
* fix assertion when debugging in visual studio (nw) smf-2018-01-291-20/+16
* d88_dsk: Add some safety checks to avoid reading beyond the end of file Dirk Best2018-01-281-1/+10
* Eliminate core_strdup (nw) AJR2018-01-242-25/+0