Fix issue in PC Engine Tanjou Debut ( #594 ) (#595)

* Fix PC Engine CD player controls ( #585 )

Correct LBA-MSF conversion for absolute offset in the SUBQ request function (relative remains without offset)

* Fix issue in PC Engine Tanjou Debut ( #594 )
This commit is contained in:
David Shadoff
2022-05-06 15:18:32 -04:00
committed by GitHub
parent 26e1cccbaa
commit 10d1c2f0ce

View File

@@ -486,7 +486,7 @@ void pcecdd_t::CommandExec() {
SendStatus(MAKE_STATUS(PCECD_STATUS_GOOD, 0));
}
printf("\x1b[32mPCECD: Command TESTUNIT, state = %u\n\x1b[0m", state);
// printf("\x1b[32mPCECD: Command TESTUNIT, state = %u\n\x1b[0m", state);
break;
case PCECD_COMM_REQUESTSENSE: