summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-6/+20
| | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-20/+6
| | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
* No more UINT (nw) AJR2017-12-101-5/+5
|
* 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.
* 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.
* 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
|
* Update luaengine.rst Dan Amador2017-05-221-2/+2
|
* Fix typos Prayag Verma2017-03-241-2/+2
| | | | slighly → slightly transistion → transition
* srcclean again (nw) Vas Crabb2016-11-303-11/+11
|
* dirom: Document the interface evalution [O. Galibert] Olivier Galibert2016-11-281-3/+9
|
* dimemory, dirom: Add some documentation [O. Galibert] Olivier Galibert2016-09-063-0/+173
|
* Added documentation to main tree (nw) Miodrag Milanovic2016-08-245-0/+1126