]> git.sesse.net Git - pistorm/blobdiff - config_file/rominfo.h
Identify and fix byte-swapped ROMs
[pistorm] / config_file / rominfo.h
index 0c43f2f5d57648ca79857b6ed7411b3651efa600..e7b304c15d97350f36a7efed45683a5e4a4a598a 100644 (file)
@@ -26,5 +26,5 @@ enum romErrCode {
     ERR_ROM_UNKNOWN
 };
 
-void displayRomInfo(uint8_t *address);
+void displayRomInfo(uint8_t *address, size_t length);
 #endif /* __ROMINFO */