summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs
Commit message (Expand)AuthorAgeFilesLines
* frontend: Exposed memory pass-through handlers (address space taps) to Lua. Vas Crabb2022-02-101-2/+108
* Clean up various loose ends: Vas Crabb2022-02-031-16/+252
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-281-21/+43
* emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb2021-11-183-19/+178
* 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-041-35/+96
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-0/+80
* 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-021-27/+94
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-0/+5
* -docs: Started documenting plugins. Vas Crabb2021-10-241-5/+6
* -delegates: Fixed structure return with MSVC C++ ABI. Vas Crabb2021-09-211-9/+10
* docs: Update css for sphinx_rtd_theme to latest version, which includes selec... Aaron Giles2021-09-051-0/+2
* Add docs for poly_manager. Aaron Giles2021-09-042-0/+1083
* Updated Chinese localisation. [YuiFAN] Vas Crabb2021-05-311-1/+1
* Add 'wpsize' variable to access the data size from a watchpoint (#7837) Scott Percival2021-03-031-5/+5
* Change "mame64" to "mame" in docs (#7709) Firehawke2021-01-291-1/+1
* Merge tag 'mame0227' into mainline-master Vas Crabb2020-12-312-6/+3
|\
| * version bump for 0.227, some documentation clean-upmame0227 Vas Crabb2020-12-312-6/+3
* | luareference.rst: Move the luareference-input properties together AJR2020-12-261-3/+3
* | natkeyboard: Remove from ioport_manager AJR2020-12-261-5/+5
|/
* Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb2020-12-272-20/+45
* docs: Fix up the instantiation sections in the Lua reference. Vas Crabb2020-12-271-60/+60
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-272-41/+555
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-201-6/+6
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-182-10/+608
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-162-3/+1194
* -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-134-3/+1005
* docs: Fix a bunch of errors from not reading what I wrote (thanks Ryan). Vas Crabb2020-12-091-9/+9
* -Lua engine cleanup, input edition: Vas Crabb2020-12-093-73/+292
* -luaengine_render.cpp: Work around MSVC ambiguous overload error. Vas Crabb2020-11-263-57/+81
* Work around GNU libstdc++ wanting to stack large temporaries when vector elem... Vas Crabb2020-11-231-7/+7
* Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-0/+97
* -emu/devfind: More cleanup/consistency changes. Vas Crabb2020-11-131-9/+366
* Got rid of a couple of easy auto_alloc_array Vas Crabb2020-11-091-1/+2
* -emu/dirom.{h,ipp}: Cleaned up and made it stricter. Vas Crabb2020-11-093-105/+180
* docs: Wrote another section of object finder documentation. Vas Crabb2020-11-093-343/+714
* emu/devfind.h: Added missing memory_share_array_creator. Vas Crabb2020-11-081-0/+22
* -emu/devfind.h: Made read_safe avaiable for optional I/O ports only. Vas Crabb2020-11-061-3/+236
* -docs: Started writing page on object finders with worked examples. Vas Crabb2020-11-052-2/+208
* Clean-up and consistency fixes after memory system changes. Vas Crabb2020-11-031-15/+15
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-022-0/+604
* docs: Add links to some internal layouts that demonstrate various features, a... Vas Crabb2020-10-281-0/+39
* emu/rendlay.cpp: Fixed one more place where disk drawing had error accumulati... Vas Crabb2020-10-191-2/+2
* Various improvements to image file handling: Vas Crabb2020-10-081-82/+268
* emu/rendlay.cpp: Added parameter animation and state masks. Vas Crabb2020-09-161-8/+92
* Updated most of the layouts using <bezel> elements Vas Crabb2020-09-091-2/+2
* Finished adding new mechanism for allowing parts of views to be hidden. Vas Crabb2020-09-071-0/+45
* docs: Add naming conventions for certain things. Vas Crabb2020-08-243-77/+224
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-12/+9