Fix incorrectly set 7.16 MHz clock speeds on some chipsets

This commit is contained in:
Alexander Babikov
2021-04-26 04:18:52 +05:00
parent 92f05439e2
commit 0208c7560f
4 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ ali1533_write(int func, int addr, uint8_t val, void *priv)
switch(val & 7)
{
case 0:
cpu_set_isa_speed(7.16);
cpu_set_isa_speed(7159091);
break;
case 1:
case 2: