summaryrefslogtreecommitdiffstatshomepage
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs: Fixed another missing word. [Robbbert] Vas Crabb2022-07-011-3/+3
* docs: I accidentally a word on the internet (fixed missing word in Visual Stu... Vas Crabb2022-07-011-4/+4
* docs: Added notes about issues building MAME with Visual Studio Vas Crabb2022-07-011-0/+31
* docs: Updated data plugin documentation. Vas Crabb2022-06-251-3/+4
* -Got rid of some legacy MESS support glue. Vas Crabb2022-06-132-1336/+4
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-1110-101/+410
* docs/source/debugger/execution.rst: Document gbf, gbt and gni commands AJR2022-05-281-0/+92
* Bump version to 0.244mame0244 Vas Crabb2022-05-241-2/+2
* ui/viewgfx.cpp: Added ability to restrict tiles to integer scale factors. (#9... Vas Crabb2022-05-201-4/+6
* Add debugger time command to docs (#9735) tedgreen992022-05-101-0/+2
* Micscellaneous cleanup/fixes: Vas Crabb2022-04-301-10/+13
* Bumped version to 0.243 Vas Crabb2022-04-281-2/+2
* Bump version to 0.242mame0242 Vas Crabb2022-04-011-2/+2
* docs: Fixed a copy/paste typo in the Technical Specifications. (#9452) 0kmg2022-03-221-1/+1
* Fixed some debugger memory view annoyances and cleaned up Lua bindings. Vas Crabb2022-03-161-0/+12
* docs: Added page describing how MAME searches for media. Vas Crabb2022-03-104-11/+475
* New working machines hap2022-03-051-2/+2
* emu/devcb.h: Cleaned up a little using C++17 type traits helpers. Vas Crabb2022-02-281-3/+3
* Lua engine: Make setting analog I/O port field values user-friendly. (#9322) feos2022-02-281-3/+10
* rendlay: remove led8seg_gts1 hap2022-02-261-8/+0
* remove vestiges of artwork dotmatrix element hap2022-02-261-15/+0
* Revert "rendlay: add optional alpha attribute to digit elements" hap2022-02-261-19/+25
* docs: Fixed a couple errors in the Technical Specifications. (#9340) 0kmg2022-02-262-2/+2
* rendlay: add optional alpha attribute to digit elements hap2022-02-251-25/+19
* Bump version to 0.241mame0241 Vas Crabb2022-02-231-2/+2
* Cleanup: Vas Crabb2022-02-131-11/+11
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-65/+72
* frontend: Exposed memory pass-through handlers (address space taps) to Lua. Vas Crabb2022-02-101-2/+108
* chdman.1: Fixed typo. (#9255) dch422022-02-071-1/+1
* Clean up various loose ends: Vas Crabb2022-02-036-73/+312
* Bumped dates to 2022, bumped docs version to 0.240, fixed some license files ... Vas Crabb2022-01-293-5/+5
* docs: List MSYS2 packages required to build PDF documentation on Windows now ... Vas Crabb2022-01-121-2/+11
* Fix build with newer versions of Emscripten; minimum supported version is now... Justin Kerk2021-12-231-2/+2
* Refactor html docs build process to use new template and env variable Firehawke2021-12-045-48/+56
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-281-21/+43
* docs: Implemented download links in docs theme. (#8887) Firehawke2021-11-282-0/+16
* -frontend: Fixed crashes switching between favourites and other filters. Vas Crabb2021-11-231-3/+3
* emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb2021-11-183-19/+178
* input: Clarify docuemntation and a comment. Vas Crabb2021-11-061-7/+7
* -Enabled complex combinations for analog axes: Vas Crabb2021-11-061-28/+59
* plugins: Rewrote timer plugin fixing multiple issues. Vas Crabb2021-11-061-8/+8
* Two small fixes (bad menu flags in cheat plugin, copy/paste in docs). Vas Crabb2021-11-041-2/+3
* luareference.rst: Clarify contract of as_hz, as_khz and as_mhz AJR2021-11-031-3/+6
* -emu/ioport.cpp: Fixed some default setting handling issues. Vas Crabb2021-11-042-37/+140
* -emu/ioport.cpp: Made default behaviour better. Vas Crabb2021-11-035-11/+179
* Fixed Windows build as well - default input overrides in OSD modules are anno... Vas Crabb2021-11-021-3/+3
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-025-16/+104
* docs: Fix an error in the Lua reference that I copy/pasted without noticing. Vas Crabb2021-11-021-2/+2
* Fix various usability issues: Vas Crabb2021-11-022-31/+221
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-316-28/+202