mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00

render/drawbgfx.cpp: Return an error if Wayland EGL surface can't be created for additional windows. emu/emucore.h: Added explicitly defaulted copy and move constructors for emu_fatalerror. Fixed apparent misunderstanding of const. Returning const value types and casting to const value types is pointless outside very narrow use cases. Putting const value type parameters in interfaces just makes trouble. cpu/adsp2100: Use count_leading_ones_32 where it's simple rather than inverting and counting leading zeroes. util/multibyte.h: Don't pollute global namespace, constexpr implies inline, make narrowing casts explicit. imagedev/simh_tape_image.h: inline is implied for member functions with bodies supplied at declaration. Tidied up some ugly casts in various places.
42 lines
899 B
ReStructuredText
42 lines
899 B
ReStructuredText
.. MAME documentation master file, created by
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
.. image:: images/MAMElogo.svg
|
|
:width: 100%
|
|
:align: center
|
|
:alt: MAME
|
|
|
|
MAME Documentation
|
|
==================
|
|
|
|
.. note::
|
|
This documentation is a work in progress. You can track the status of these topics through MAME's `issue tracker <https://github.com/mamedev/mame/issues>`_. Learn how you can :ref:`contribute <contributing>`.
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
whatis
|
|
healthwarning
|
|
initialsetup/index
|
|
|
|
usingmame/index
|
|
commandline/index
|
|
plugins/index
|
|
advanced/index
|
|
|
|
debugger/index
|
|
luascript/index
|
|
tools/index
|
|
|
|
contributing/index
|
|
techspecs/index
|
|
|
|
security
|
|
license
|
|
|
|
Contribute
|
|
----------
|
|
|
|
The documentation on this site is the handiwork of our many contributors.
|