How MAME Works: Difference between revisions
From MAMEDEV Wiki
m (adding link to dipswitch page) |
mNo edit summary |
||
Line 1: | Line 1: | ||
The following is a list of documents describing the internal workings (core) of the MAME emulator. Most are penned by Aaron Giles. | The following is a list of documents describing the internal workings (core) of the MAME emulator. Most are penned by Aaron Giles. | ||
[[Building MAME using Microsoft Visual Studio compilers]] | |||
[http://aarongiles.com/?p=146 Resource Management in MAME] | [http://aarongiles.com/?p=146 Resource Management in MAME] |
Revision as of 20:38, 9 March 2007
The following is a list of documents describing the internal workings (core) of the MAME emulator. Most are penned by Aaron Giles.
Building MAME using Microsoft Visual Studio compilers
Filters and streams in the MAME Sound System
MAME Interrupt Function Review
Executing Code Out of a Memory Region With a Read Handler
Using the GFX/TileMap viewer (F4)
Layouts and Rendering for MAME Artwork System
Writing Messages to the Screen In a MAME Driver
Programmable Logic Devices in MAME