Skip to content

Commit

Permalink
version 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaw02 committed Jul 4, 2014
1 parent f628272 commit 01eabf9
Show file tree
Hide file tree
Showing 117 changed files with 2,934 additions and 4,957 deletions.
Binary file modified bin/nsc.exe
Binary file not shown.
Binary file modified bin/nsd.bin
Binary file not shown.
Binary file modified bin/nsd_all.bin
Binary file not shown.
Binary file modified bin/nsd_all2.bin
Binary file not shown.
Binary file modified bin/nsd_fds.bin
Binary file not shown.
Binary file modified bin/nsd_hfe4.bin
Binary file not shown.
Binary file modified bin/nsd_hfx4.bin
Binary file not shown.
Binary file modified bin/nsd_mmc5.bin
Binary file not shown.
Binary file modified bin/nsd_n163.bin
Binary file not shown.
Binary file modified bin/nsd_oall.bin
Binary file not shown.
Binary file modified bin/nsd_opll.bin
Binary file not shown.
Binary file modified bin/nsd_s5b.bin
Binary file not shown.
Binary file modified bin/nsd_vrc6.bin
Binary file not shown.
Binary file modified bin/nsd_vrc7.bin
Binary file not shown.
Binary file modified doc/nsdl.chm
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+-----------------------------------------------------------------------------
| �^�C�g�� | NES Sound Driver Library
|�t�@�C����| NSDL118.ZIP
|�t�@�C����| NSDL119.ZIP
| �J�e�S�� | Sound Driver for NES
| ����@�� | NES (Nintendo Entertainment System)
|�O��\�t�g| cc65 (Complete cross development package for 65(C)02 systems.)
Expand Down Expand Up @@ -28,4 +28,4 @@ This is developed as object library, and user application can control it.
�Emixi http://mixi.jp/show_profile.pl?id=16558
========================================================================

����̃t�@�C���́yNSDL118.ZIP�z�ł��B
����̃t�@�C���́yNSDL119.ZIP�z�ł��B
Binary file modified lib/NSD.lib
Binary file not shown.
Binary file modified lib/NSD_ALL.lib
Binary file not shown.
Binary file modified lib/NSD_ALL2.lib
Binary file not shown.
Binary file modified lib/NSD_FDS.lib
Binary file not shown.
Binary file modified lib/NSD_HFE4.lib
Binary file not shown.
Binary file modified lib/NSD_HFX4.lib
Binary file not shown.
Binary file modified lib/NSD_MMC5.lib
Binary file not shown.
Binary file modified lib/NSD_N163.lib
Binary file not shown.
Binary file modified lib/NSD_OALL.lib
Binary file not shown.
Binary file modified lib/NSD_OPLL.lib
Binary file not shown.
Binary file modified lib/NSD_VRC6.lib
Binary file not shown.
Binary file modified lib/NSD_VRC7.lib
Binary file not shown.
Binary file modified lib/NSD_s5b.lib
Binary file not shown.
Binary file modified sample/Ropchiptune/ROPdemosong.nsf
Binary file not shown.
Binary file modified sample/Yumipico/original_v3.nsf
Binary file not shown.
14 changes: 7 additions & 7 deletions sample/beeoboy/famicorn-kid.mml
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,19 @@ $SeapunkLead_sub { $SeapunkLead r16 v10 D-1 }
$melody_1 {

g1
rrr c > c4 < P14,1,-8,-4 b4&b1
rrr c > c4 < P14,1,-8,-4 b4&b1
rrr c f4 P14,1,-8,-4 e4&e1
rrr c > c4 < P14,1,-8,-4 b4+1
rrr c > c4 < P14,1,-8,-4 b4+1
rrr c f4 P14,1,-8,-4 e4+1
r1

}

$melody_2 {

g1
rrr c > c4 < P14,1,-8,-4 b4. > c2 g P14,1,8,2 d4&d4. <
c > c4 < P14,1,-8,-4 b4&b1
rrr c f4 P14,1,-8,-4 e4&e1
rrr c > c4 < P14,1,-8,-4 b4. > c2 g P14,1,8,2 d4+4. <
c > c4 < P14,1,-8,-4 b4+1
rrr c f4 P14,1,-8,-4 e4+1
r1

}
Expand Down Expand Up @@ -323,7 +323,7 @@ $arp..main1 { [ $rest_8m ]2 $arps1 $arps1 }

$arp..break2 { $arps2 $arps2 }

$arp..main2 { [ $arps2 $arps2 $arps1 $arps1 }
$arp..main2 { $arps2 $arps2 $arps1 $arps1 }



Expand Down
Binary file modified sample/beeoboy/famicorn-kid.nsf
Binary file not shown.
6 changes: 6 additions & 0 deletions sample/beeoboy/make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off
..\..\bin\nsc -n %~n1 -L"../../bin/nsd_all2.bin"
if %errorlevel% neq 0 pause&goto end
if not exist %~n1.mml pause&goto end
start %~n1.nsf
:end
12 changes: 0 additions & 12 deletions sample/ca65/buildlog.txt

This file was deleted.

33 changes: 0 additions & 33 deletions sample/ca65/comlog.txt

This file was deleted.

Loading

0 comments on commit 01eabf9

Please sign in to comment.