ROM binary file support

This commit is contained in:
Sage Walker
2023-04-03 16:04:12 -07:00
parent 0b056dca54
commit b2bcbddd01
8 changed files with 47 additions and 20 deletions
+1
View File
@@ -58,6 +58,7 @@ class options(optparse.Values):
###################
rom_endian = "little"
rom_data = None
data_type = "bin"
strap_spacing = 8
scramble_bits = True