Robert F Merrill
Robert F Merrill
Earlier I tested this patch and confirmed it fixed the bug: ``` diff --git a/marshw.c b/marshw.c index 6f6de23..9048ebe 100644 --- a/marshw.c +++ b/marshw.c @@ -305,7 +305,9 @@ void Mars_UpdateCD(void) MARS_SYS_COMM0...
@ChillyWillyGuru OK I think I see the issue. For my own education, can you tell me if I'm right? - `InitCD` returns 1 if it succeds, which sets `cd_ok` to...
Thanks for the clarification! So if I'm reading this right, the 1 in the upper byte tells us if a disc is physically present and ready in the CD player....