Skip to content

Commit

Permalink
Update dma.c
Browse files Browse the repository at this point in the history
  • Loading branch information
allkern committed Dec 19, 2023
1 parent 28f41b0 commit 5b22040
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions psx/dev/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@ void psx_dma_do_mdec_in(psx_dma_t* dma) {
void psx_dma_do_mdec_out(psx_dma_t* dma) {
if (!CHCR_BUSY(mdec_out))
return;

printf("MDEC out madr=%08x size=%04x bcnt=%04x\n",
dma->mdec_out.madr,
BCR_SIZE(mdec_out),
BCR_BCNT(mdec_out)
);

size_t size = BCR_SIZE(mdec_out) * BCR_BCNT(mdec_out);

Expand Down

0 comments on commit 5b22040

Please sign in to comment.