summaryrefslogtreecommitdiff
path: root/romdb.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-02 20:43:01 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-02 20:43:01 -0700
commit249115277c7f488052e07ccbd91f0df9f24f26b7 (patch)
treeef01d1239226a61ff9c757fe775d444941c8bc36 /romdb.h
parent8f0979a2c4db824e91ead3290d8088d97b20e189 (diff)
Allow regions to be set in ROM DB. Prefer default region if it is one of the valid regions for the ROM.
Diffstat (limited to 'romdb.h')
-rw-r--r--romdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/romdb.h b/romdb.h
index e204f7d..5a1b4bc 100644
--- a/romdb.h
+++ b/romdb.h
@@ -16,5 +16,6 @@ typedef struct {
tern_node *load_rom_db();
rom_info configure_rom(tern_node *rom_db, void *vrom);
+uint8_t translate_region_char(uint8_t c);
#endif //ROMDB_H_