Skip to content

Commit 0c34851

Browse files
authored
Update README.md
Added .ZFB file format information
1 parent 00c1270 commit 0c34851

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ Here are a few scripts for advanced users, or for implementing into your own scr
4848
[extract-all-thumbnails.py](https://github.com/Dteyn/ZFBTool/blob/master/src/extract-all-thumbnails.py)
4949

5050

51+
## .ZFB File Format
52+
53+
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+
5162
## Contact
5263

5364
If you encounter any issues or have suggestions for improvements, feel free to open an issue on this repository.

0 commit comments

Comments
 (0)