Skip to content

Commit

Permalink
DVD read chunking
Browse files Browse the repository at this point in the history
Splits DVD reads up into smaller chunks so that data is available
before the final interrupt is triggered. This better simulates the DMA
that happens on a real device, which some games will take advantage of -
by either playing back data as it is loading or by using data that is
going to be overwritten shortly by an outstanding read.
  • Loading branch information
mmastrac authored and JosJuice committed Feb 5, 2017
1 parent 3be3640 commit b6b4b28
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 175 deletions.
Loading

0 comments on commit b6b4b28

Please sign in to comment.