Skip to content

Commit

Permalink
refs ignore update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrfactory committed Jul 31, 2021
1 parent 1f38d44 commit 0ecc0d4
Showing 1 changed file with 4 additions and 45 deletions.
49 changes: 4 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,11 @@
## 概要

SNES SPC700 Player と改良版 SNESAPU.DLL 一式のソースコードです。
アプリの詳細については、[デグレファクトリーのサイト (日本語)](https://dgrfactory.jp/spcplay/index.html) をご覧ください。
ビルド済みのバイナリのダウンロード、および、ソフトウェアの詳細情報については、
[デグレファクトリーのサイト](https://dgrfactory.jp/spcplay/index.html) をご覧ください。

## Overview

Source codes of SNES SPC700 Player and improved SNESAPU.DLL.
If you want to see details of this software, please visit [release page (in English)](https://github.com/dgrfactory/spcplay/releases).

## How to build

### spcplay.exe

Frontend for using SNESAPU.DLL.
Required software: dcc32 (Delphi6 UP2 RTL3)

```
rc.exe /l 0x411 /fo spcplay.res /d "NDEBUG" spcplay.rc
dcc32.exe spcplay.dpr
```

### snesapu.dll

SNES SPC700 emulator. (forks from [Alpha-II Productions](https://www.alpha-ii.com/))
Required softwares: VC++ (VC++6 SP6), nasm (Netwide Assembler)

```
nasm.exe -D WIN32 -D STDCALL -O2 -w-macro-params -f win32 -o .\Release\SPC700.obj SPC700.asm
nasm.exe -D WIN32 -D STDCALL -O2 -w-macro-params -f win32 -o .\Release\DSP.obj DSP.asm
nasm.exe -D WIN32 -D STDCALL -O2 -w-macro-params -f win32 -o .\Release\APU.obj APU.asm
rc.exe /l 0x411 /fo .\Release\version.res /d "NDEBUG" version.rc
cl.exe @option\snesapu-cl.txt
link.exe @option\snesapu-link.txt
```

for 3rd-party players:
```
copy /y thirdparty\* .
: (nasm, rc, cl)
link.exe @option\snesapu-3rd-link.txt
```

### spccmd.exe

Software that operates spcplay.exe on the command line.
Required software: dcc32 (Delphi6 UP2 RTL3)

```
rc.exe /l 0x411 /fo spccmd.res /d "NDEBUG" spccmd.rc
dcc32.exe spccmd.dpr
```
If you want to download binary of this software, please visit [release page](https://github.com/dgrfactory/spcplay/releases).
For more information on this software, please visit [Wiki page](https://github.com/dgrfactory/spcplay/wiki).

0 comments on commit 0ecc0d4

Please sign in to comment.