mame/docs/source/techspecs
Vas Crabb b6b6c9b15c Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup.
Use VirtualAlloc rather than VirtualProtect on Windows to change page
protection, as the latter can cause severe performance issues with some
antivirus software.

Added noexcept to lots of hash- and bitmap-related things, and added a
little more error checking.  Yes, I realise it will abort if an
allocation fails while printing a log message, but if you get to that
point, you're probably screwed already.
2023-04-13 05:49:05 +10:00
..
device_disasm_interface.rst
device_memory_interface.rst dimemory: Add the target address space to translate, wrap the constants 2023-03-18 21:27:43 +01:00
device_rom_interface.rst
floppy.rst
index.rst docs: Added an introduction to the input system for developers. 2023-02-03 18:02:45 +11:00
inputsystem.rst Small batch of input refactoring: 2023-02-05 05:01:40 +11:00
layout_files.rst
layout_script.rst
luaengine.rst -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
luareference.rst Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. 2023-04-13 05:49:05 +10:00
m6502.rst Renamed n2a03 to rp2a03 throughout source tree. (#10343) 2022-09-20 05:43:55 +10:00
memory.rst
naming.rst docs: Added preliminary guide for would-be contributors. (#10717) [Ryan Holtz, Vas Crabb, O. Galibert] 2022-12-22 07:17:55 +11:00
nscsi.rst
object_finders.rst
poly_manager.rst