mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
![]() arbitrary scaling factors. Previously, specifying a size implied a scaling factor equal to the size (i.e., specifying DWORD meant the index was scaled by 4). This is still the default. However, now you can specify the scale explicitly for other cases. For example, you can specify DWORD_x1 to fetch a DWORD but don't scale the index at all, or BYTE_x8 to fetch a BYTE while scaling the index by 8. Updated all backends to make this work. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |