mirror of
https://github.com/holub/mame
synced 2025-05-15 10:28:16 +03:00
![]() space by index. Update functions and methods that accepted an address space index to take an address_spacenum instead. Note that this means you can't use a raw integer in ADDRESS_SPACE macros, so instead of 0 use the enumerated AS_0. Standardized the project on the shortened constants AS_* over the older ADDRESS_SPACE_*. Removed the latter to prevent confusion. Also centralized the location of these definitions to memory.h. |
||
---|---|---|
docs | ||
hash | ||
src | ||
.gitattributes | ||
makefile |