Skip to content

Commit

Permalink
Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed Jan 16, 2025
1 parent 60ba138 commit bdeef8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gdrom.zig
Original file line number Diff line number Diff line change
@@ -368,7 +368,8 @@ pub const GDROM = struct {
gdrom_log.debug(" Read Alternate Status @{X:0>8} = {any}", .{ addr, self.status_register });
// NOTE: Alternate status reads do NOT clear the pending interrupt signal.

// FIXME: CDI Hack
// FIXME: CDI Hack - See issue #70
// IP.BIN (using boot ROM syscalls) is stuck waiting for the GD drive with data in DMA queue.
const static = struct {
var consecutive_busy_reads: u64 = 0;
var last_dma_data_queue_count: u64 = 0;

0 comments on commit bdeef8f

Please sign in to comment.