summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/usingmame
Commit message (Collapse)AuthorAgeFilesLines
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The UI controls are described as zoom in/out, but they had the opposite effect on the palette and tile viewers. That has been changed to make them consistent with the tilemap viewer. * Made the default zoom key not act as a toggle. People are familiar with the function of Ctrl+0/=/- in web browsers, so making them behave similarly in MAME should make it more approachable. Also added the default zoom key to the relevant documentation page. * Implemented the default zoom key for the palette and tile viewers. * In the tilemap viewer, if the view is in default expand to fit mode, zoom in/out starting from the actual zoom ratio. Once again, this behaves more like the zoom controls in a web browser displaying an image so it should be more intuitive. * Made more messages from the tilemap viewer localisable. -util/zippath.cpp: Fixed MT08074. * There were multiple issues at play here. After #8443 was applied, is_root was simply never returning true on Windows, as OSD_WINDOWS isn't actually defined outside libosd and libocore. This caused phantom parent items to appear in disk roots on Windows, but it meant that the check in zippath_resolve would always fail so the trailing backslash would be trimmed. Fixing the macro test in is_root meant the trailing backslash from C:\ would no longer be trimmed, which caused the stat in zippath_resolve to fail. -bigbord2.cpp: Hooked up floppy DRQ that had somehow got lost. -Reduced tag map lookups in several drivers and devices. -util/coretmpl.h: Removed an overload of bitswap that can be avoided using if constexpr. -Added doxygen comments to some classes, and fixed several doxygen warnings. -util, osd: Test for _WIN32 rather than WIN32. * In C++17 mode, WIN32 is no longer a predefined macro, although various things in 3rdparty define it to maintain legacy support. We're better off moving forward anyway for when WIN32 disappears entirely. (WIN32 is not a reserved name, while _WIN32 is, starting with an underscore follwed by an uppercase letter.)
* Remove leftover mame64 from docs Olivier Galibert2021-05-251-1/+1
|
* Docmumentation update/expansion. [Firehawke, Vas Crabb] Vas Crabb2021-05-072-27/+68
|
* Change "mame64" to "mame" in docs (#7709) Firehawke2021-01-291-2/+2
|
* version bump for 0.227, some documentation clean-upmame0227 Vas Crabb2020-12-311-7/+23
|
* 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
|
* Optimise some SVG images Vas Crabb2020-10-091-287/+206
|
* -emu/rendlay.cpp: Small optimisation for opaque pixels in image component. Vas Crabb2020-09-192-116/+555
| | | | | | -machine/pc1512kb.cpp: Put \| and #~ on the right keys by default. -docs: Re-organised default keys, added P2-4 defaults, added mahjong panel diagram.
* Fix artwork labeld for tisub buttons Vas Crabb2020-09-161-3/+3
|
* Cleaned up inputs a little. Vas Crabb2020-09-161-81/+52
| | | | | | | | | | | | | Removed the IPT_POKER_BET, replacing it with IPT_GAMBLE_BET. Re-organised the order of input types in the source and the documentation to better reflect how they're logically grouped or organised on a mahjong or gambling control panel. Made the blackjack, poker and slots documentation headings subheadings under the gambling heading. Cleaned up inputs for a number of gambling games.
* Docs: Overhaul the default keys list (#7222) Firehawke2020-09-161-104/+613
| | | | | | | * Docs: Overhaul the default keys list * Second phase of documenting default inputs better, also change Score to Take Score in Mahjong inputs * Phase two of default keys docs adjustment.
* First completed pass of commandline parameters. (nw) (#6711) Firehawke2020-06-121-0/+17
| | | | | | | | | | | | | | | * First completed pass of commandline parameters. (nw) * Further refinements on commandline (nw) * Get the audio latency numbers right and add PortAudio info. * FreeSync/GSync information cleanup. * Minor additions to G-Sync/FreeSync. * Add tip for keyboardprovider, remove biospath, correct anchor positioning (nw) * A few corrections per Vas (nw)
* Update documentation (nw) Firehawke2019-11-251-1/+34
| | | | | | | | * Update MAME docs revision to 0.216 * Add FAQ question about autofire with walkthrough of setup process. * Add VSCode .gitignore for RST compilation temporary folder (/docs/source/_build) * Add a caveat about autofire+normal fire mapping * Add -lowlatency to the docs.
* 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
* 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)
* 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)
* allow repeating elements and groups - useful if you need e.g. a lot of ↵ Vas Crabb2018-07-222-14/+14
| | | | numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw)
* Basic anchor links for FAQ page (#2975) Firehawke2017-12-271-1/+62
|
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-1/+2
| | | | | | | | | | | | | - 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) Stiletto2017-06-251-1/+3
| | | (nw)
* srcclean again (nw) Vas Crabb2016-11-305-8/+8
|
* NW - More documentation updates.. Firehawke2016-10-291-1/+17
| | | | | | * Fix a few 'mess' references. * Add important note for -listslots * FAQ: Wouldn't MAME be faster if X?
* First draft on ROM management for newbies, FAQ entry on common problems with ↵ Firehawke2016-09-053-3/+83
| | | | unofficial builds
* Added documentation to main tree (nw) Miodrag Milanovic2016-08-246-0/+369