mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
d8d588262d
- Added exception points as a new class of "points" triggering on specific exception numbers, with a similar set of commands to breakpoints and registerpoints. - Removed the per-instruction callback hook from device_debug. Only one driver was using this (rmnimbus.cpp), and what it was doing with it could be done more cleanly with exception points. - Change the type of the action string parameter for "points"-creating methods and make some parameters optional for those. - Change trace file logging to use a std::ostream instead of FILE * to take better advantage of strformat. |
||
---|---|---|
.. | ||
legal | ||
man | ||
source | ||
swlist | ||
themes/sphinx_rtd_theme | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
update.sh |
MAME Documentation
This contains the source for docs.mamedev.org.