summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* additional documentation on compiling MAME (nw) Vas Crabb2019-01-011-1/+268
|
* (nw) update some documentation and get the MAME and legacy MESS pages more ↵ Vas Crabb2018-12-251-3/+6
| | | | in sync. sorry if I've busted formatting, I can't currently build sphinx or man on this Windows notebook.
* srcclean and cleanup (nw) Vas Crabb2018-10-281-0/+6
|
* Clean up phrasing a bit on input from MG (nw) Firehawke2018-10-191-2/+2
|
* Update FAQ (nw) with HLSL/BGFX update info, old external OPL2 support ↵ Firehawke2018-10-191-3/+13
| | | | information
* Fixed broken document structure Wellington Uemura2018-10-041-18/+22
| | | | | | | * Those chapter numbers are auto generated by sphinx * Fix the chapters not been bold like the rest of the documentation * Fix chapter numbers not in sync with the rest of the documentation * Change the last two chapters to keep up with the document consistency * Fix bold for nscsi_full_device
* Misc. document fixes (nw) Scott Stone2018-09-262-4/+4
|
* Some more documentation structure fixes (nw) Scott Stone2018-09-241-4/+4
|
* Misc documentation fixes as brought up by other developers (nw) Scott Stone2018-09-241-4/+4
|
* reference fix (nw) Scott Stone2018-09-241-2/+2
|
* Started commandline documents update to dismiss items no longer in source ↵ Scott Stone2018-09-242-22/+145
| | | | and start listing recently added commands. More work to come. [Tafoid]
* Add missing short commands Wellington Uemura2018-09-131-6/+6
| | | I've noticed this while I was translating the manual.
* Reword the entire merged set example to avoid long sentence soup (#3857) Firehawke2018-08-171-2/+2
| | | | | | * Reword the entire merged set example to avoid long sentence soup, also clarify parent/clone (nw) * Per request, adjust phrasing slightly more. (nw)
* Merge pull request #3843 from felipesanches/wuemura_typo_fix_3805 ajrhacker2018-08-091-1/+1
|\ | | | | Fix a typo (found by Wellington Uemura, @katananja) and...
| * Fix a typo (found by Wellington Uemura, @katananja) and... Wellington Uemura2018-08-091-1/+1
| | | | | | | | | | ... also replace the '--' by a Harvard comma, as suggested by @cuavas. (see also: pull request #3805)
* | finish off layout documentation for now Vas Crabb2018-08-031-8/+112
| |
* | (nw) Further layout work: Vas Crabb2018-08-021-0/+191
| | | | | | | | | | | | | | | | * Allow <orientation> and <color> to work on group references * Fix some corner cases where group bounds could be miscalculated * Fix a corner case where MAME could incorrectly refuse to instantiate groups * Add more checks to complay.py * Document more of the layout format
* | (nw) be less eager to shadow variables in layouts, make highlights visible ↵ Vas Crabb2018-07-311-18/+21
| | | | | | | | on white squares in modena
* | (nw) more layout documentation Vas Crabb2018-07-311-7/+197
| |
* | (nw) more render work: Vas Crabb2018-07-312-0/+616
|/ | | | | | | | | | | | * Clean up some corner cases in layouts with repeating blocks * Make complay.py validate many more elements and attributes * Make complay.py easier to use for just validating a layout * Remove redundant view from Sega VMU layout * Make buttons visually respond to input in whousetc.lay * Add view with LED displays as well as terminal for aim65_40 and use repeats * Clean up some outdated "game" terminology in clifront.cpp * Initiaise a couple of members in tap/tun network module * Start documenting layout format
* cherry-pick fixes from mainline and clean up some stuff (nw) Vas Crabb2018-07-231-1/+1
|
* allow repeating elements and groups - useful if you need e.g. a lot of ↵ Vas Crabb2018-07-2217-165/+165
| | | | numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw)
* Better Emscripten parameter handling, & update docs (nw) Justin Kerk2018-07-211-0/+3
|
* Document debugger expression number syntax Erik Dominikus2018-03-271-1/+30
|
* Spelling fix in castool documentation (nw) Nigel Barnes2018-03-061-2/+2
|
* note required Emscripten version (nw) Vas Crabb2018-02-251-1/+1
|
* support multiple patterns and devices in -listfull verb Vas Crabb2018-02-241-2/+2
|
* (nw) Stiletto2018-02-071-27/+27
| | | (nw)
* Minor updates (nw) Stiletto2018-02-071-4/+11
| | | Minor updates (nw)
* More docs work: escapes, debugger update (nw) (#3168) Firehawke2018-02-056-32/+28
| | | | | | | | | | * Missed a couple escape sequences. (nw) * A little more escaping, acronym fixes, fix oddity in symlist (nw) * Update debugger internal help to match docs (nw) * Lowercasing for CPU in command parameters, fix casing on ASCII. (nw)
* Missed a couple escape sequences. (nw) Firehawke2018-02-031-3/+3
|
* Terminology cleanup second pass (nw) Firehawke2018-02-011-24/+48
|
* Final pass of verbiage cleanup. (nw) Firehawke2018-02-014-177/+182
|
* A few corrections for wave 2, more to come. (nw) Firehawke2018-02-012-7/+6
|
* Terminology update wave 1 (nw) Firehawke2018-02-011-82/+97
|
* Overhaul commandline section of docs, includes index with linkable anchors. ↵ Firehawke2018-01-255-416/+1005
| | | | | | | | | | | | | | | | (#3112) * The first set of commandline overhauls. (NW) * Correct case on headings, further improvements to index, spelling fix * More updates to the index and cleanup to the commandline stuff. [NW] * More core options in the index. [NW] * Finished multiplatform commandline index [NW] * Completion of first revision commandline index [NW]
* update docs version Stiletto2018-01-161-2/+2
| | | | update docs version *nw* just taking care of an annoyance. As far as we know, docs are in sync. If not, it's easily fixed.
* Add additional memory operators per request (NW) (#3067) Firehawke2018-01-151-6/+10
| | | | | | * Add additional memory operators per request and further cleanups to expressions (NW) * Requested adjustments to expressions. (NW)
* Correct command heading case and adjustments to expressions (NW) Firehawke2018-01-1510-73/+80
|
* First pass of MAME Debugger help for documentation. (NW) Firehawke2018-01-1312-0/+1781
|
* Updated documentation for castool and added floptool (nw) Nigel Barnes2018-01-113-333/+376
|
* Updates "2017" strings to "2018" where relevant. Jonathan Holt2018-01-063-3/+3
|
* Basic anchor links for FAQ page (#2975) Firehawke2017-12-271-1/+62
|
* rewind implementation fixes and improvements vadosnaprimer2017-12-222-1/+12
| | | | | | | | | | | | | - reset scheduler savestate to what it was for years before rewind -- changing saved variables should be done after thorough testing. right now, adding some vars breaks some machines, adding other vars breaks others - switch to megabyte-wise capacity -- savestate size greatly differs between machines, relying on state count is unstable - switch to internal indexing -- no longer depends on inaccurate machine time - rewind accelerator key in debugger (Ctrl+F11) - report capacity hit (once), with some useful info - make error reports saner - mention rewind and rewind_capacity in the docs
* (nw) more minor typo fixes for docs.mamedev.org Stiletto2017-12-141-4/+4
|
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-133-8/+22
| | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-133-22/+8
| | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
* (nw) more self-service Stiletto2017-12-131-1/+1
|
* Update whatis.rst Stiletto2017-12-131-1/+1
| | | (nw) self-service
* No more UINT (nw) AJR2017-12-101-5/+5
|