Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -2664,7 +2664,7 @@ s3_accel_in(uint16_t port, void *p)
|
|||||||
wake_fifo_thread(s3);
|
wake_fifo_thread(s3);
|
||||||
temp = 0;
|
temp = 0;
|
||||||
if ((s3->chip >= S3_86C928) && s3_enable_fifo(s3)) {
|
if ((s3->chip >= S3_86C928) && s3_enable_fifo(s3)) {
|
||||||
if (!FIFO_EMPTY || s3->busy || s3->force_busy)
|
if (!FIFO_EMPTY || s3->force_busy)
|
||||||
temp |= 0x02; /*Hardware busy*/
|
temp |= 0x02; /*Hardware busy*/
|
||||||
else
|
else
|
||||||
temp |= 0x04; /*FIFO empty*/
|
temp |= 0x04; /*FIFO empty*/
|
||||||
|
Reference in New Issue
Block a user