RetroAchievements / RAIntegration

The DLL responsible to integrate emulators with RetroAchievements.org
https://retroachievements.org
MIT License
98 stars 22 forks source link

improvements to code note size annotations #798

Closed Jamiras closed 3 years ago

Jamiras commented 3 years ago

If bit and byte both exist in a code note, give preference to byte. Allows for annotating large collections of smaller data: "[400 byte] 100x 32-bit integer"

Differentiate between explicitly specifying "[8-bit]" versus not having an annotation. Fixes a minor issue where adding conditions for an annotated "[8-bit]" address in non-8-bit mode would not create an 8-bit comparison.