Prepare for TI-99/4A support
only works on MAME core only for now.
This commit is contained in:
parent
d3a3473f19
commit
3e953f57b3
12 changed files with 53 additions and 16 deletions
|
|
@ -1027,7 +1027,7 @@ void DivPlatformYM2203::setFlags(unsigned int flags) {
|
|||
chipClock=3000000.0;
|
||||
break;
|
||||
case 0x04:
|
||||
chipClock=31948800/8;
|
||||
chipClock=38400*13*8; // 31948800/8
|
||||
break;
|
||||
case 0x05:
|
||||
chipClock=3000000.0/2.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue