This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ' Listupcomport | |
| #console | |
| #include<RGBALib.sbp> | |
| Const DIGCF_DEFAULT = &H1 ' only valid with DIGCF_DEVICEINTERFACE | |
| Const DIGCF_PRESENT = &H2 | |
| Const DIGCF_ALLCLASSES = &H4 | |
| Const DIGCF_PROFILE = &H8 | |
| Const DIGCF_DEVICEINTERFACE = &H10 | |
| Const DICS_ENABLE=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #console | |
| #include<RGBALib.sbp> | |
| 'GBの波形メモリデータをwavに変換するプログラム for ActiveBasic4 | |
| '波形メモリデータはNezplugのDumpとかで取得 | |
| printf(ex"GB CH3 Wave To 16bit PCM Tool ::: RGBA_CRT 2019\n") | |
| Dim buf[16] AS Byte | |
| Dim pcmbuf[32] AS Integer |
NewerOlder