make the flags option actually work
This commit is contained in:
parent
44649e3ce4
commit
b6da7871d4
19 changed files with 208 additions and 68 deletions
|
|
@ -242,7 +242,7 @@ void DivPlatformAmiga::notifyInsDeletion(void* ins) {
|
|||
}
|
||||
|
||||
void DivPlatformAmiga::setFlags(unsigned int flags) {
|
||||
if (flags) {
|
||||
if (flags&1) {
|
||||
chipClock=COLOR_PAL*4.0/5.0;
|
||||
} else {
|
||||
chipClock=COLOR_NTSC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue