summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation update (nw) AJR2017-12-101-1/+15
|
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-263-2/+208
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* doc: update MAME short description (nw) hap2017-11-052-2/+2
|
* put original abbreviation meaning as trivia here (nw) hap2017-11-051-1/+1
|
* make emulator description generic (nw) hap2017-11-052-3/+3
|
* This is too contentious, please put it up for review Vas Crabb2017-08-011-63/+5
| | | | | | Revert "Changes to debugger memory address translation" This reverts commit bb0964f9a284b15851773f5428bd602ca01cc28b.
* Changes to debugger memory address translation AJR2017-08-011-5/+63
| | | | | | - memory_translate now returns an address space number rather a boolean flag, permitting addresses in part of one space to map to an entirely different space. This is primarily intended to help MCUs which have blocks of internal memory that can be dynamically remapped, but may also allow for more accurate emulation of MMUs that drive multiple external address spaces, since the old limit of four address spaces per MAME device has been lifted. - memory_translate has also been made a const method, in spite of a couple of badly behaved CPU cores that can't honestly treat it as one. - The (read|write)_(byte|word|dword|qword|memory|opcode) accessors have been transferred from debugger_cpu to device_memory_interface, with somewhat modified arguments corresponding to the translate function it calls through to if requested.
* Include -output option in documentation Michael.S.G2017-07-051-0/+13
| | | Include -output and it's available options in documentation.
* Updated Fedora instructions Brian King2017-07-041-1/+1
| | | DNF is now preferred package manager. alsa-lib-devel is also required (not mentioned in the current docs)
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-33/+49
|
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-12/+12
|
* (nw) Stiletto2017-06-251-1/+3
| | | (nw)
* Update luaengine.rst Dan Amador2017-05-221-2/+2
|
* (nw) Stiletto2017-05-101-1/+1
| | | (nw)
* update edit docs link (nw) Stiletto2017-05-101-2/+2
| | | update edit docs link (nw)
* Fix typos Prayag Verma2017-03-241-2/+2
| | | | slighly → slightly transistion → transition
* Updates "2016" strings to "2017 where relevant. Stiletto2017-01-243-3/+3
| | | Updates "2016" strings to "2017 where relevant.
* srcclean again (nw) Vas Crabb2016-11-3017-56/+56
|
* dirom: Document the interface evalution [O. Galibert] Olivier Galibert2016-11-281-3/+9
|
* Corrected HLSL documentation ImJezze2016-11-141-15/+15
| | | | | - removed -antialias option (does not exist anymore) - added missing -vector_beam_smooth option - fixed suggested default values for -bloom_lvl_weights options (were messed up in the last update)
* NW - More documentation updates.. Firehawke2016-10-292-4/+22
| | | | | | * Fix a few 'mess' references. * Add important note for -listslots * FAQ: Wouldn't MAME be faster if X?
* Adding id() property to input_device Tomer Verona2016-09-201-18/+20
| | | | | | | | | | | | This change adds id() property to input_device, which represents the unique device id. This allows the osd layer when creating a device to pass a friendly display name along with a unique identifier. Currently the device id is only used to map a physical controller device to controller id, but can be used more generally in the future. For raw input devices, we use the full raw input name as the device id. For all other devices, we fall back to device name as the device id. The "uniqueness" of the device id is not currently enforced in code.
* A couple of fixes Tomer Verona2016-09-201-10/+3
| | | | | | - Fix null-reference exception when mapping device to unused (null) controller index - Restrict device map to controller configs
* Tweak info message Tomer Verona2016-09-141-4/+4
|
* Support for configuring device to conrtoller id Tomer Verona2016-09-122-1/+83
| | | | | | | | This change adds support for configuring device to conrtoller id. This allows for stable controller ids even if USB devices are plugged / unplugged, system is rebooted, etc. See documentation for additional context.
* dimemory, dirom: Add some documentation [O. Galibert] Olivier Galibert2016-09-063-0/+173
|
* 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-2437-0/+6441