Skip to content

Commit af017b0

Browse files
committed
cdrom: tweak setloc and readn timings, allows Doom to boot
1 parent fab6bd3 commit af017b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/device/cdrom/commands.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void CDROM::cmdSetloc() {
2626
return;
2727
}
2828

29-
postInterrupt(3, 10000);
29+
postInterrupt(3, 5000);
3030
writeResponse(stat._reg);
3131
}
3232

@@ -109,7 +109,7 @@ void CDROM::cmdReadN() {
109109
readSector = seekSector;
110110
stat.setMode(StatusCode::Mode::Reading);
111111

112-
postInterrupt(3);
112+
postInterrupt(3, 1000);
113113
writeResponse(stat._reg);
114114
}
115115

0 commit comments

Comments
 (0)