| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
* 2018 -> 2019 changes (nw)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#4470)
* Update copyrights and docs revision (nw)
Updates copyright on existing 2018 entries to 2019 (and one 2016)
Updates the docs compilation script to MAME 0.205 and 2019 copyright.
* Further formatting overhauling (nw)
Clamp to 80 column where possible; it makes it easier to track errant
line breaks, etc.
Also begin standardizing tab formatting and two spaces after period.
* Further corrections to command line materials (nw)
* More adjustments for Cuavas (nw)
Getting closer to acceptable.
|
|
|
|
| |
slight performance improvement for reading localisation files, and more documentation clean-up/correction/clarification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Case sensitivity training for INI (nw)
The world is not 100% Windows, so case sensitvity is needed.
* Further standardization of the formatting (nw)
More to go...
* Pass 2 of new formatting wave (nw)
More to go, though.
* wave 3 of formatting cleanup (nw)
Further adjustments and cleanups, including unwanted tabs.
* Correct filtering instructions (nw)
|
| |
|
|
|
|
| |
in sync. sorry if I've busted formatting, I can't currently build sphinx or man on this Windows notebook.
|
| |
|
| |
|
|
|
|
| |
information
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and start listing recently added commands. More work to come. [Tafoid]
|
|
|
| |
I've noticed this while I was translating the manual.
|
|
|
|
|
|
| |
* Reword the entire merged set example to avoid long sentence soup, also clarify parent/clone (nw)
* Per request, adjust phrasing slightly more. (nw)
|
|\
| |
| | |
Fix a typo (found by Wellington Uemura, @katananja) and...
|
| |
| |
| |
| |
| | |
... also replace the '--' by a Harvard comma, as suggested by @cuavas.
(see also: pull request #3805)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
on white squares in modena
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
(nw)
|
|
|
| |
Minor updates (nw)
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#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
*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 and further cleanups to expressions (NW)
* Requested adjustments to expressions. (NW)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|