You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `.zfb` files used by the Data Frog SF2000 are custom files that include a thumbnail image and references to a ROM file. Here's a brief overview of how these files are structured:
54
+
55
+
- The first 0xEA00 bytes: This portion is reserved for a thumbnail image in RGB565 RAW format with dimensions of 144x208px.
56
+
57
+
- The following bytes: This portion contains the actual filename of the ROM in the "bin" folder, preceded by four `00` bytes and followed by two further `00` bytes.
58
+
59
+
It's important to note that .zfb files for arcade games don't contain the actual game ROM, they only reference to it.
60
+
61
+
51
62
## Contact
52
63
53
64
If you encounter any issues or have suggestions for improvements, feel free to open an issue on this repository.
0 commit comments