Namco 163 memory composition
This commit is contained in:
parent
d33e645ea8
commit
898155eb6b
12 changed files with 111 additions and 8 deletions
|
|
@ -2952,6 +2952,8 @@ DivDataErrors DivInstrument::readInsData(SafeReader& reader, short version, DivS
|
|||
type=0;
|
||||
} else if (memcmp(magic,"INS2",4)==0) {
|
||||
type=1;
|
||||
} else if (memcmp(magic,"IN2B",4)==0) { // DIV_FUR_VARIANT_B
|
||||
type=1;
|
||||
} else if (memcmp(magic,"FINS",4)==0) {
|
||||
type=2;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue