Add the FM hardware checker tool (ONGCHK.COM) from the PMD driver

This executable is embedded into all 4 versions of ZUN.COM. It was written by
KAJA, not ZUN, so we don't care about anything in there - not that it would
matter for porting anyway. We only need that binary to be able to create
bit-perfect rebuilds of ZUN.COM in the future.
This commit is contained in:
nmlgc 2014-12-09 21:15:55 +01:00
parent f541d98be8
commit 2851587997
2 changed files with 54 additions and 0 deletions

BIN
libs/kaja/ongchk.com Normal file

Binary file not shown.

54
libs/kaja/ongchk.doc Normal file
View File

@ -0,0 +1,54 @@
===============================================================================
FM音源ボードChecker ONGCHK.COM,FM.COM Document
by M.Kajihara(KAJA)
===============================================================================
ONGCHK.COMについて
-------------------------------------------------------------------------------
FM音源ボードをCHECKして、結果をERRORLEVELで返すユーティリティです。
PMDは音源によってドライバ本体が別になる為、このプログラムで
判定の上、適切なドライバを常駐するようにします。
対応してるERRORLEVELは、
0 音源無し
1 NORMAL
2 ASB
3 86
4 SPB/音美
5 86 + ADPCM RAM
です。
>ONGCHK 86
とすると SPBより 86B優先、そうでない場合は 86Bより SPB優先になります。
使い方はONG.BATを参照して下さい。
===============================================================================
FM.COMについて
-------------------------------------------------------------------------------
ONGCHKと同様、FM音源ボードをCHECKして、結果をERRORLEVELで返す
ユーティリティです。使用用途によって使い分けて下さい。
Usage : FM [CheckType]
Type : 0 = 表示のみ(default)
1 = 音源 存在check (0=無し 1=有り)
2 = FM6声 存在check
3 = ADPCM 存在check
4 = 86PCM 存在check
5 = 73PCM 存在check
6 = WSSPCM存在check
このうちWSSPCM存在checkについてはまだ未完成です。使用しないで下さい。
[使用例]
>FM 2
FMが6声使用出来るかどうかをCHECKし、結果をERRORLEVELで返します。
===============================================================================
---- End of ONGCHK.DOC ----
===============================================================================