mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
![]() memory_install_ram() to assign a un-named bank to a region and specify a pointer to where the RAM lives. If this is called in the DRIVER_INIT function or MACHINE/SOUND/VIDEO_START functions, then it is permissible to specify NULL, in which case the memory system will allocate memory and register it for save states. memory_install_rom() is like the above except that it only installs a read handler. memory_install_writeonly() is like the above except that it only installs a write handler. Updated several instances in the code that were assigning banks to these sorts of static RAM regions and simplified the code. Also fixed several regressions reported by Tafoid. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |