PCjr: Correctly implement wait states, fixes #3140.
This commit is contained in:
@@ -123,6 +123,8 @@ machine_init_ex(int m)
|
||||
pci_flags = 0x00000000;
|
||||
}
|
||||
|
||||
is_pcjr = 0;
|
||||
|
||||
/* All good, boot the machine! */
|
||||
if (machines[m].init)
|
||||
ret = machines[m].init(&machines[m]);
|
||||
|
||||
Reference in New Issue
Block a user