summaryrefslogtreecommitdiffstatshomepage
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add 'wpsize' variable to access the data size from a watchpoint (#7837) Scott Percival2021-03-032-6/+6
* Suggested changes to MacOS to build reqs (#7715) mac-a-r0ni2021-01-291-17/+6
* Change "mame64" to "mame" in docs (#7709) Firehawke2021-01-294-209/+209
* Update "2020" text to "2021" (#7713) Stiletto2021-01-283-3/+3
* -docs update: Vas Crabb2021-01-232-84/+165
* Merge tag 'mame0227' into mainline-master Vas Crabb2020-12-314-15/+28
|\
| * version bump for 0.227, some documentation clean-upmame0227 Vas Crabb2020-12-314-15/+28
* | 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
* docs: Fix mistake on which key was SDL-specific and which was non-SDL AJR2020-12-241-2/+2
* docs: Update list of default keys due to recent removals AJR2020-12-241-7/+2
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-202-27/+36
* 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
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-4/+4
* -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
* -hp3478a.cpp: Made LCD segments dark in internal artwork. Vas Crabb2020-11-041-6/+5
* -General maintenance on emu/devfind: Vas Crabb2020-11-041-0/+67
* 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-282-2/+42
* emu/rendlay.cpp: Fixed one more place where disk drawing had error accumulati... Vas Crabb2020-10-191-2/+2
* docs: Cleaned up some geometry on MAME logo. Vas Crabb2020-10-091-5/+5
* Optimise some SVG images Vas Crabb2020-10-092-341/+217
* Various improvements to image file handling: Vas Crabb2020-10-081-82/+268
* -emu/rendlay.cpp: Small optimisation for opaque pixels in image component. Vas Crabb2020-09-192-116/+555
* Merge pull request #7251 from Firehawke/master Firehawke2020-09-171-2/+0
|\
| * Remove VRR statement until it can be retested. Firehawke2020-09-171-2/+0
* | Fix artwork labeld for tisub buttons Vas Crabb2020-09-161-3/+3
* | Cleaned up inputs a little. Vas Crabb2020-09-161-81/+52
* | Docs: Overhaul the default keys list (#7222) Firehawke2020-09-161-104/+613
* | 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-072-4/+50
* formats: Get rid of more inappropriate use of emu_fatalerror (and fix some sp... Vas Crabb2020-08-301-1/+1