change setPAL to setFlags

This commit is contained in:
tildearrow 2022-01-28 12:59:53 -05:00
parent 8c353548f5
commit bfed0b3209
35 changed files with 85 additions and 83 deletions

View file

@ -789,7 +789,7 @@ void DivPlatformYM2610::notifyInsDeletion(void* ins) {
}
}
int DivPlatformYM2610::init(DivEngine* p, int channels, int sugRate, bool pal) {
int DivPlatformYM2610::init(DivEngine* p, int channels, int sugRate, unsigned int flags) {
parent=p;
dumpWrites=false;
skipRegisterWrites=false;