summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for 0.241 release Vas Crabb2022-02-201-1/+1
* Miscellaneous cleanup: Vas Crabb2022-02-203-9/+251
* formats/jvc_disk: Changed code to verify image geometry against floppy drive ... tim lindner2022-02-172-12/+25
* -emu/emumem.h: Hold onto memory cache handler change subscriptions. Vas Crabb2022-02-141-1/+1
* corefile.cpp: Typo fix AJR2022-02-111-2/+2
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-0/+240
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-071-3/+3
* abc1600: Added sector dump floppy image format. [Curt Coder] Curt Coder2022-02-072-0/+114
* flac.cpp: Add some missing standard headers AJR2022-02-061-1/+3
* Treat WinImage compressed disk images (*.imz) as ZIP archives. [Justin Kerk] Justin Kerk2022-02-051-1/+1
* Drop unnecessary executable permissions (#9257) Julian Sikorski2022-02-0315-0/+0
* Fix building with gcc-12 (#9204) Julian Sikorski2022-01-241-0/+1
* srcclean in preparation for 0.240 Vas Crabb2022-01-236-126/+126
* docs: List MSYS2 packages required to build PDF documentation on Windows now ... Vas Crabb2022-01-122-9/+9
* Created an initial file system implementation for OS-9 under the CoCo (#9096) npwoods2022-01-077-18/+733
* -Significant updates to the CD-i driver [Ryan Holtz] (#9102) MooglyGuy2022-01-081-0/+5
* Minor typo fix in a comment (nw) (#9082) npwoods2022-01-031-1/+1
* Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" ... npwoods2022-01-037-0/+518
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-3116-778/+836
* Filesystem code cleanup AJR2021-12-1415-425/+453
* Remove a few outdated references to MESS Dirk Best2021-12-024-7/+7
* More cleanup. Vas Crabb2021-12-021-5/+3
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-1/+1
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-011-19/+14
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-211-1/+1
* acorn_dsk.cpp: Fixed cell size for high density ADFS-F format. Nigel Barnes2021-11-141-3/+3
* Actually commit the source changes for ASIO 1.20.0 update. Vas Crabb2021-11-151-5/+5
* fixes for variables set but not used smf-2021-11-074-7/+5
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-312-0/+264
* unicode.cpp: Fix build on non-WIN32 systems AJR2021-10-081-1/+1
* util/unicode.cpp: string_view treatment for the last two holdouts. Vas Crabb2021-10-092-6/+6
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-1/+0
* ioprocsfilter.h: Add missing #include AJR2021-10-061-0/+1
* util/zippath.cpp: Fixed two issues affecting Windows: Vas Crabb2021-10-061-6/+9
* util/zippath.cpp: Made behaviour of trying to open things inside archives a b... Vas Crabb2021-10-061-12/+24
* More low-effort cleanup. Vas Crabb2021-10-051-15/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-0527-952/+2419
* bus/rs232: Added a configurable patch box device, and various cleanups. Vas Crabb2021-10-031-1/+1
* -ui: Work around GitHub issue #8634. Vas Crabb2021-10-011-0/+9
* -minimaws: Changed geometry of disclosure triangles. Vas Crabb2021-09-291-1/+1
* util/delegate.cpp: Notes from experiments with clang. Vas Crabb2021-09-271-25/+104
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-262-56/+56
* util/delegate.h: Use "compatible" delegates for MinGW GCC i686. Vas Crabb2021-09-241-3/+4
* util/delegate.cpp: PowerPC-64 Little Endian drops function descriptors. Vas Crabb2021-09-241-1/+3
* -minimaws: Made table sort widgets (and the code behind them) less ugly. Vas Crabb2021-09-231-0/+11
* added tzx to the sc-3000 formats (#8592) Fabio DL2021-09-211-0/+2
* util/delegate.cpp: Recognise a couple more MSVC thunks. Vas Crabb2021-09-221-6/+29
* util/delegate.h: Make comparison operators more technically correct. Vas Crabb2021-09-221-3/+32
* cpu/drcbex64.cpp: Proof-of-concept for optimisation of calling out. Vas Crabb2021-09-222-6/+43
* -delegates: Fixed structure return with MSVC C++ ABI. Vas Crabb2021-09-211-26/+101