mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 20:35:06 +00:00
X1-010: fix crash
This commit is contained in:
parent
ff2b3e77a0
commit
10cea9956b
1 changed files with 4 additions and 1 deletions
|
@ -855,7 +855,10 @@ void DivPlatformX1_010::setFlags(unsigned int flags) {
|
|||
case 1: // 16.67MHz (later hardwares)
|
||||
chipClock=50000000.0/3.0;
|
||||
break;
|
||||
// Other clock is used?
|
||||
// Other clock is used
|
||||
default:
|
||||
chipClock=16000000;
|
||||
break;
|
||||
}
|
||||
rate=chipClock/512;
|
||||
stereo=flags&16;
|
||||
|
|
Loading…
Reference in a new issue