summaryrefslogtreecommitdiffstatshomepage
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plugin updates: Vas Crabb2021-10-243-4/+244
* -docs: Started documenting plugins. Vas Crabb2021-10-2416-80/+443
* docs: Still more cleanup on the FAQ page. Vas Crabb2021-10-221-14/+45
* docs: More adjustments. Vas Crabb2021-10-221-18/+51
* commonissues.rst: Fixed bad English. Robbbert2021-10-221-2/+2
* plugins/timer: Fixed ticking when menu is left on the screen. Vas Crabb2021-10-221-34/+60
* docs: Fix a copy/paste error. Vas Crabb2021-10-211-1/+1
* Tie up a few loose ends: Vas Crabb2021-10-201-2/+1
* -docs: Documented debugger's built-in functions for expressions. Vas Crabb2021-10-193-4/+40
* -debugger: Finished updating commands and documentation. Vas Crabb2021-10-195-230/+272
* Still more user experience improvements: Vas Crabb2021-10-186-120/+146