mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 17:29:19 +00:00
get timebase-frequency on osx too.
This commit is contained in:
parent
9545f93d3d
commit
ebdb5d29fd
@ -598,6 +598,8 @@ int main(int argc, char **argv)
|
||||
CPUClockSpeed = value;
|
||||
else if (sscanf(line, "%[ |]\"bus-frequency\" = <%x>", head, &value) == 2)
|
||||
BusClockSpeed = value;
|
||||
else if (sscanf(line, "%[ |]\"timebase-frequency\" = <%x>", head, &value) == 2)
|
||||
TimebaseSpeed = value;
|
||||
else if (strchr(line, '}'))
|
||||
powerpc_node = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user