Merge #304 - DO NOT COMPILE
Add Namco 163 Support Not final - changes needed
This commit is contained in:
commit
c4fc797578
23 changed files with 1239 additions and 3 deletions
|
|
@ -385,6 +385,8 @@ void DivInstrument::putInsData(SafeWriter* w) {
|
|||
w->write(amiga.noteFreq,120*sizeof(unsigned int));
|
||||
w->write(amiga.noteMap,120*sizeof(short));
|
||||
}
|
||||
|
||||
// N163
|
||||
}
|
||||
|
||||
DivDataErrors DivInstrument::readInsData(SafeReader& reader, short version) {
|
||||
|
|
@ -740,6 +742,7 @@ DivDataErrors DivInstrument::readInsData(SafeReader& reader, short version) {
|
|||
}
|
||||
}
|
||||
|
||||
// N163
|
||||
return DIV_DATA_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue