Future support for higher clocked CPU's

This commit is contained in:
Jasmine Iwanek
2023-10-13 15:34:00 -04:00
parent d909b86fd5
commit f6a5229a98
13 changed files with 131 additions and 39 deletions

View File

@@ -2063,7 +2063,7 @@ farret(int far)
/* Executes instructions up to the specified number of cycles. */
void
execx86(int cycs)
execx86(int32_t cycs)
{
uint8_t temp = 0;
uint8_t temp2;