From 0ecc0d47387b03d3c6a7ec09b958204e249a2eb7 Mon Sep 17 00:00:00 2001 From: dgrfactory Date: Sat, 31 Jul 2021 22:03:17 +0900 Subject: [PATCH] refs ignore update README --- README.md | 49 ++++--------------------------------------------- 1 file changed, 4 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index 9d5fa6f..f6e6d7f 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file