Add DJMAIN stuff.

This commit is contained in:
Tony Konzel
2015-12-15 12:19:46 -06:00
parent 191d5cecce
commit 3b92f8d48f

26
beatmania/djmain.md Normal file
View File

@@ -0,0 +1,26 @@
# beatmania DJMAIN Formats
This document serves to explain the formats used on DJMAIN-based beatmania
games from Konami.
## About these formats
The software for any version of these games consists of the ROM images and the
HDD image. The ROM images store the program code, graphics and song metadata.
The HDD image stores the charts and audio for each song.
## In a nutshell
TODO: Do something with the following:
```
BMFINAL
Song metadata: 0x035444 @ 0x1E each
00-03: Song name offset
07-0D: Difficulties
0E-0F: HDD Song ID A
10-11: HDD Song ID B
12-13: HDD Song ID C
Song metadata offset table: 0x03E06C
```