summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-262-4/+4
* Pacify clang, and more noexcept. Vas Crabb2023-03-262-20/+0
* Various optimisations to code generaton. Vas Crabb2023-03-268-1524/+498
* Remove unused cd90_640_dsk formats (functionally replaced by thom_dsk) AJR2023-03-232-88/+0
* Encode certain tracks as single density in .d88 floppy format AJR2023-03-191-1/+7
* brother/lw30.cpp: Added driver for Brother LW-30 word processor. (#10996) BartmanAbyss2023-03-202-0/+240
* pasti: Setup form and variant Olivier Galibert2023-03-161-1/+1
* Add vendor-specific Read TOC command for Apple SCSI CD-ROM drive AJR2023-03-091-4/+3
* Replaced most simple uses of sprintf with type-safe equivalents. (#10948) Erik2023-03-102-50/+33
* ROM label updates and new dumps: Vas Crabb2023-03-021-5/+46
* vectorgraphic/vector4.cpp: Added Vector 4 driver. (#10710) Eric Anderson2023-02-273-0/+189
* Various cleanups: Vas Crabb2023-02-271-1/+1
* msa: Correct stupid typo Olivier Galibert2023-02-221-1/+1
* Fix building with gcc-13 (#10917) Julian Sikorski2023-02-201-0/+1
* srcclean and bump copyright date on language files to 2023 Vas Crabb2023-02-191-19/+20
* d88_dsk.cpp, dsk_dsk.cpp: Mitigate against rot in legacy floppy code AJR2023-02-122-12/+20
* xmlfile.cpp: Replace implementation of normalize_string with similar one in i... AJR2023-02-122-18/+14
* unzip.cpp: Minor logging improvement AJR2023-02-111-1/+1
* Small batch of input refactoring: Vas Crabb2023-02-051-0/+3
* ap_dsk35.cpp: enable 1.44Mb dc42 images [Peter Ferrie] Peter Ferrie2023-02-031-2/+2
* moof: Fix the flux tracks Olivier Galibert2023-01-301-1/+1
* plib/plist.h: Stop using deprecated std::iterator template. (#10864) Miodrag Milanović2023-01-311-1/+6
* netlist: update static solvers hap2023-01-121-0/+1520
* Fixed a bug in the OS-9 file systems file name validation function that cause... npwoods2023-01-071-1/+1
* formats/hp300_dsk.cpp, formats/hp_lif.cpp: Added HP 300 floppy format and LIF... Sven Schnelle2022-12-255-0/+635
* housekeeping: Use proper SPDX ID for CC0 license. Vas Crabb2022-12-2344-44/+44
* util/options.cpp: Fixed issue when copying options that don't carry values. Vas Crabb2022-12-221-10/+22
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-191-1/+1
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-172-31/+193
* mo5_flop.xml, mo6_flop.xml, pro128_flop.xml: Correct floppy image interfaces AJR2022-12-151-0/+8
* Fixed some misspelling occurrences here and there. (#10605) 0kmg2022-12-032-2/+2
* -debugger: Improved session save/restore. Vas Crabb2022-12-021-2/+8
* Merge branch 'release0250' into mainline-master Vas Crabb2022-11-281-2/+2
|\
| * util/path.h: Fixed narrowing warning from older versions of clang. Vas Crabb2022-11-271-2/+2
* | harddisk.h: #include shuffling AJR2022-11-262-2/+8
|/
* srcclean in preparation for 0.250 branch Vas Crabb2022-11-271-5/+5
* bus/msx_cart, msx1_cart.xml: Added external floppy and Kanji cartridges. (#10... wilbertpol2022-11-231-0/+8
* A few small formatting cleanups and scope reductions. Vas Crabb2022-11-182-22/+25
* aviio.cpp, msdib.cpp: Use core inline functions as appropriate AJR2022-11-152-12/+6
* Implement FM and mixed FM/MFM reading to DMK disk image format (#10514) pnp20842022-11-102-41/+152
* Fixed a few issues identified by Coverity: Vas Crabb2022-11-062-50/+10
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-0/+8
* Update various source files to use swapendian_int16 AJR2022-10-291-1/+2
* srcclean in preparation for release branch Vas Crabb2022-10-233-10/+10
* acorn_dsk: Allow sector counts not divisible by 10. Nigel Barnes2022-10-171-2/+2
* Added support for specifying volume attributes in 'floptool flopcreate' (#9590) npwoods2022-10-162-8/+69
* Modernize core_strwildcmp() and core_iswildstr() (#10344) npwoods2022-10-162-55/+27
* Added support for Intel ISIS-II filesystem (#10367) fulivi2022-10-155-50/+1179
* path.h: Fix path_append and path_concat of >2 arguments AJR2022-10-041-1/+1
* moof_dsk: write support Olivier Galibert2022-09-292-129/+182