Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

segaboot layout

Jannik Vogel edited this page Jul 1, 2018 · 1 revision

These will be found in /tmp/

0

dipsw

State of 6 dipswitches, as ascii digit sequence with following double newline. Example: "001000\n\n"

gameid

4 letter game ID with following double newline. Example "SBMB\n\n"

keydisc

major

minor

segaboot

Binary file, obviously chunked. Values seem to be big endian.

  • Offset 0: "BTV "
    • Offset 4: Length of chunk?
    • Offset 8: Data with given length (some version number?) ASCII: "1.04-3"
  • Offset 14: "GBID"
    • Offset 18: Length of chunk?
    • Offset 22: 8 byte of some data?
    • Offset 30: "BTID"
      • Offset 34: 4 byte of some data?
      • Offset 38: Game ID
        • "SBMB": OR2
      • ...
      • Offset 118: Game title (at least 18 bytes)
      • ... ?
    • Offset 278: Game specific coin option 1 label (32 bytes)
    • Offset 310: Game specific coin option 2 label (32 bytes)
    • Offset 342: Game specific coin option 3 label (32 bytes)
    • ... more coin options maybe?

testmode

Empty file?

Clone this wiki locally