* 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user