• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

PIC32MX250F128B版KM-BASIC開発実行統合環境


Commit MetaInfo

Revisão34 (tree)
Hora2016-07-27 01:49:49
Autorkenkenmkiisr

Mensagem de Log

Nauplia Ver 1.04 FIX版

Mudança Sumário

Diff

--- trunk/main.c (revision 33)
+++ trunk/main.c (revision 34)
@@ -13,11 +13,8 @@
1313 // lib_colortext32.a : カラービデオ信号出力システムライブラリ(30×27テキスト版)
1414 // libsdfsio.a : SDカードアクセス用ライブラリ
1515
16-#define SYSVER1 "Nauplia"
17-#define SYSVER2 "1.04"
18-#define BASVER "KM-1121"
19-
2016 #include <xc.h>
17+#include "main.h"
2118 #include "api.h"
2219 #include "compiler.h"
2320 #include "editor.h"
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
--- trunk/main.h (nonexistent)
+++ trunk/main.h (revision 34)
@@ -0,0 +1,10 @@
1+/*
2+ This file is provided under the LGPL license ver 2.1.
3+ Written by K.Tanaka & Katsumi
4+ http://www.ze.em-net.ne.jp/~kenken/index.html
5+ http://hp.vector.co.jp/authors/VA016157/
6+*/
7+
8+#define SYSVER1 "Nauplia"
9+#define SYSVER2 "1.04"
10+#define BASVER "KM-1121"
--- trunk/run.c (revision 33)
+++ trunk/run.c (revision 34)
@@ -6,6 +6,7 @@
66 */
77
88 #include <xc.h>
9+#include "main.h"
910 #include "api.h"
1011 #include "compiler.h"
1112 #include "editor.h"
@@ -71,7 +72,7 @@
7172 g_pcg_font=0;
7273 clearscreen();
7374 setcursor(0,0,7);
74- printstr("BASIC KM-1120\n");
75+ printstr("BASIC "BASVER"\n");
7576 wait60thsec(15);
7677 // Initialize music
7778 init_music();