djh0ffman / PT1210

PT-1210 Amiga DJ Software
40 stars 3 forks source link

Load pattern data to fast ram if available #15

Closed djh0ffman closed 4 years ago

djh0ffman commented 5 years ago

Currently we load the entire mod into chip ram which isn't great if the user has a stack of fast ram.

would require..

  1. load initial header - discover how many patterns there are
  2. load pattern data
  3. load remaining data into chip
  4. modify PT player init to take all three pointers.