Skip to content

Commit

Permalink
refs ignore SPCBPM.DLL
Browse files Browse the repository at this point in the history
* 空行調整
  • Loading branch information
dgrfactory committed May 25, 2024
1 parent 8082f44 commit 89cb356
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spcbpm.dll/spcbpm.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ procedure API_ZeroMemory(Destination: pointer; Length: longword); stdcall; exter
// ================================================================================
// AnalyzeTempo - テンポの推測
// ================================================================================

procedure AnalyzeTempo(dwValue: longword);
var
I: longint;
Expand Down Expand Up @@ -508,7 +507,6 @@ end;
// ================================================================================
// SNESAPUCallback - SNESAPU コールバック
// ================================================================================

function _SNESAPUCallback(dwEffect: longword; dwAddr: longword; dwValue: longword; lpData: pointer): longword; stdcall;
begin
result := dwValue;
Expand All @@ -528,7 +526,6 @@ end;
// ================================================================================
// DSPDebug - DSP デバッグ
// ================================================================================

procedure _DSPDebug(); stdcall;
var
dwAddr: longword;
Expand Down

0 comments on commit 89cb356

Please sign in to comment.