prepare for C219
This commit is contained in:
parent
886e311c0d
commit
80961354f7
2 changed files with 8 additions and 0 deletions
|
|
@ -483,6 +483,11 @@ void DivPlatformC140::renderSamples(int sysID) {
|
|||
sampleMemLen=memPos+256;
|
||||
}
|
||||
|
||||
void DivPlatformC219::set219(bool is_219) {
|
||||
is219=is_219;
|
||||
totalChans=is219?16:24;
|
||||
}
|
||||
|
||||
void DivPlatformC140::setFlags(const DivConfig& flags) {
|
||||
chipClock=32000*256; // 8.192MHz and 12.288MHz input, verified from Assault Schematics
|
||||
CHECK_CUSTOM_CLOCK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue