diff lc8951.c @ 2159:2ed402b4c1fb

Merge
author Michael Pavone <pavone@retrodev.com>
date Tue, 24 May 2022 09:11:12 -0700
parents 8a30e44e8223
children 8e6fb2c06024
line wrap: on
line diff
--- a/lc8951.c	Tue May 24 09:10:54 2022 -0700
+++ b/lc8951.c	Tue May 24 09:11:12 2022 -0700
@@ -249,13 +249,13 @@
 				&& context->regs[HEAD3] < 3 && !(context->regs[STAT0] & (BIT_NOSYNC|BIT_ILSYNC))
 			) {
 
-				if (context->ctrl0 & (BIT_ORQ|BIT_PRQ)) {
+				if (context->ctrl0 & (BIT_WRRQ|BIT_ORQ|BIT_PRQ)) {
 					context->regs[STAT0] |= BIT_CRCOK;
 				}
 				context->regs[STAT1] = 0;
-				context->regs[STAT2] = 0x90;
+				context->regs[STAT2] = 0x10;
 			} else {
-				if (context->ctrl0 & (BIT_ORQ|BIT_PRQ)) {
+				if (context->ctrl0 & (BIT_WRRQ|BIT_ORQ|BIT_PRQ)) {
 					context->regs[STAT0] |= BIT_UCEBLK;
 				}
 				context->regs[STAT1] = 0xFF;