-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 10d5382
Showing
206 changed files
with
389,113 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
.DS_Store | ||
.svn | ||
ip6kai.ini | ||
cp.sh | ||
*.o | ||
*.a | ||
*.6? | ||
*.rom | ||
iP6 | ||
|
||
# http://www.gnu.org/software/automake | ||
|
||
Makefile.in | ||
/ar-lib | ||
/mdate-sh | ||
/py-compile | ||
/test-driver | ||
/ylwrap | ||
.deps/ | ||
.dirstamp | ||
|
||
# http://www.gnu.org/software/autoconf | ||
|
||
autom4te.cache | ||
/autoscan.log | ||
/autoscan-*.log | ||
/aclocal.m4 | ||
/compile | ||
/config.guess | ||
/config.h.in | ||
/config.log | ||
/config.status | ||
/config.sub | ||
/configure | ||
/configure.scan | ||
/depcomp | ||
/install-sh | ||
/missing | ||
/stamp-h1 | ||
|
||
# https://www.gnu.org/software/libtool/ | ||
|
||
/ltmain.sh | ||
|
||
# http://www.gnu.org/software/texinfo | ||
|
||
/texinfo.tex | ||
|
||
# http://www.gnu.org/software/m4/ | ||
|
||
m4/libtool.m4 | ||
m4/ltoptions.m4 | ||
m4/ltsugar.m4 | ||
m4/ltversion.m4 | ||
m4/lt~obsolete.m4 | ||
|
||
# Generated Makefile | ||
# (meta build system like autotools, | ||
# can automatically generate from config.status script | ||
# (which is called by configure script)) | ||
Makefile | ||
|
||
# Visual Studio | ||
*.obj | ||
*.exe | ||
*.exp | ||
*.pdb | ||
*.dll | ||
*.user | ||
*.aps | ||
*.pch | ||
*.vspscc | ||
*_i.c | ||
*_p.c | ||
*.ncb | ||
*.suo | ||
*.tlb | ||
*.tlh | ||
*.bak | ||
*.cache | ||
*.ilk | ||
*.log | ||
[Dd]ebug*/ | ||
*.lib | ||
*.sbr | ||
Thumbs.db | ||
[Ll]ib/ | ||
[Rr]elease*/ | ||
[Tt]est[Rr]esults/ | ||
_UpgradeReport_Files/ | ||
_ReSharper.*/ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
License | ||
|
||
This software is based on fmsx. (https://fms.komkon.org/fMSX/) | ||
The code written by Mr.Marat Fayzullin is under the license of fmsx. | ||
Commercial use is prohibited. For non-commercial use, you may leave it free, but be sure to include a reference | ||
|
||
The Roma character conversion function (romaji.c) is MIT license. | ||
|
||
The Extended kanji rom making function (Winkanji.c/extkanji.h) is MIT license. | ||
|
||
|
||
fmgen (PSG/FM tone emulator) and pd7752 (speech synthesis emulator) comply with the license of Mr.cisc. | ||
|
||
Of the source list, sound.c / schedule.c / schedule.h / Voice.c / Voice.h refered to Mr. Yumitaro's PC6001V and Mr. Nishida's Cocoa iP6. | ||
|
||
The Mr.Akikawa's Compatible BASIC ROM (http://000.la.coocan.jp/p6/basic.html) is LGPL license. | ||
|
||
The font of Compatible BASIC ROM is shinonome font (http://openlab.ring.gr.jp/efont/shinonome/) and misaki font http://littlelimit.net/misaki.htm | ||
|
||
The icon is used Mr.Tenmaru's PC-6601SR icon (http://www3.plala.or.jp/tenpulako/index.html). |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# | ||
# ./Makefile.am | ||
# | ||
|
||
SUBDIRS = src doc Win_Project | ||
|
||
|
||
|
||
|
||
EXTRA_DIST=\ | ||
Readme.html | ||
|
||
AUTOMAKE_OPTIONS = foreign |
Oops, something went wrong.