UNIF: Initial implementation of game overrides (move exiting ones out of mapper code)

This commit is contained in:
retro-wertz
2019-07-02 19:34:55 +08:00
parent 06c99179be
commit 7e9b3b146d
4 changed files with 104 additions and 37 deletions

View File

@@ -11,6 +11,7 @@ typedef struct {
/* Set by iNES/UNIF loading code. */
int mapper; /* mapper used */
int submapper; /* submapper used */ /* TODO: */
int mirror; /* As set in the header or chunk.
* iNES/UNIF specific. Intended
* to help support games like "Karnov"