Skip to content

Commit a3cd587

Browse files
committedJan 14, 2021
Adding more media info
1 parent 9ab334c commit a3cd587

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed
 

‎03-media/README.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,33 @@ The game install media uses a traditional DVD-ROM disk (probably double layered)
66
## Picture
77

88
Hatsune Miku Project Diva Arcade Future Tone
9-
![](../res/DF9B2152-A2DE-412B-BB83-7F04F0E13F8F.jpeg)
9+
![DVD photo](../res/DF9B2152-A2DE-412B-BB83-7F04F0E13F8F.jpeg)
10+
11+
The DVD patch I acquired is for one version of the game, and it contains the following files.
12+
13+
```
14+
Mode LastWriteTime Length Name
15+
---- ------------- ------ ----
16+
--r--- 5/29/2015 2:09 AM 722731008 AAV_0039.70.01_20150428165732_0.pack
17+
--r--- 5/29/2015 10:41 AM 0 DISC_01_03
18+
--r--- 5/29/2015 10:38 AM 7663517696 SBZV_5.00.02_20150529201945_0_0_29234.app
19+
--r--- 5/29/2015 10:36 AM 192 SBZV_AAV.icf
20+
```
21+
22+
After checking against DVD for another version of the game, it looks like SEGA NU (ALL P-ras) DVD-ROM SYSTEM uses the following files as install:
23+
24+
**AAV_0039.70.01_20150428165732_0.pack**
25+
26+
AAV stands for the Nu-series machines based on: [SegaTools](https://github.com/nzgamer41/SegaToolsTP/blob/26b34c527f841c104ba735afdb59e6b8dba8c43f/doc/config/common.md#serialno), it is also the start of the serial number of the machine.
27+
28+
**DISC_01_03**
29+
30+
This looks like an empty file that is used to indicate which disc this is for. The pack I have at hand has total of 3 discs, and the second disc include a file `DISC_02_03`
31+
32+
**SBZV_AAV.icf**
33+
34+
This file's purpose is still unknown, could be some special config for game on this system.
35+
36+
**SBZV_5.00.02_20150529201945_0_0_29234.app**
37+
38+
SBZV stands for Hatsune Miku Project Diva Arcade Future Tone, this matches with the code on my keychip, this could include the game image. `5.00.02` is probably the version number of the game.

‎09-manual/README.md

Whitespace-only changes.

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Apologies for the dirty motherboard pictures.
88

99
* [Hardware](01-hardware/README.md)
1010
* [Keychip](02-keychip/README.md)
11-
* [Media](03-media/README.md)
11+
* [Media](03-media/README.md)
12+
* [Service Manual](./09-manual/README.md)

0 commit comments

Comments
 (0)
Please sign in to comment.