• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

BASIC compiler/interpreter for PIC32MX/MZ-80K


Commit MetaInfo

修訂f28bc20e2ee2ad6e02a49c3e164edd8b361eda1e (tree)
時間2019-04-01 10:12:22
作者Katsumi <kmorimatsu@sour...>
CommiterKatsumi

Log Message

Interface directory in megalopa repository

Change Summary

差異

--- a/mips/megalopa/api.h
+++ b/mips/megalopa/api.h
@@ -32,9 +32,9 @@
3232 // Used for asm("wait")
3333 #define WAIT "wait"
3434
35-#include "lib_video_megalopa.h"
36-#include "sdfsio370f.h"
37-#include "ps2keyboard.h"
35+#include "interface/lib_video_megalopa.h"
36+#include "interface/sdfsio370f.h"
37+#include "interface/ps2keyboard.h"
3838 #include "debug.h"
3939
4040 // Palette is shared between text and graphic
--- a/mips/megalopa/editor.c
+++ b/mips/megalopa/editor.c
@@ -7,7 +7,7 @@
77 #include <xc.h>
88 #include "api.h"
99 #include "editor.h"
10-#include "keyinput.h"
10+#include "interface/keyinput.h"
1111 #include "compiler.h"
1212 #include "main.h"
1313
--- a/mips/megalopa/envspecific.c
+++ b/mips/megalopa/envspecific.c
@@ -8,8 +8,7 @@
88 #include <xc.h>
99 #include "main.h"
1010 #include "compiler.h"
11-#include "lib_video_megalopa.h"
12-#include "ps2keyboard.h"
11+#include "api.h"
1312
1413 /*
1514 int readbuttons();
Binary files /dev/null and b/mips/megalopa/interface/lib_videoout_megalopa.X.a differ
Binary files /dev/null and b/mips/megalopa/interface/ps2keyboard370f.X.a differ
Binary files /dev/null and b/mips/megalopa/interface/sdfsio370fLib.X.a differ
--- a/mips/megalopa/library.c
+++ b/mips/megalopa/library.c
@@ -13,7 +13,7 @@
1313 #include "main.h"
1414 #include "compiler.h"
1515 #include "api.h"
16-#include "keyinput.h"
16+#include "interface/keyinput.h"
1717 #include "stdlib.h"
1818 #include "math.h"
1919
--- a/mips/megalopa/main.c
+++ b/mips/megalopa/main.c
@@ -120,7 +120,7 @@
120120 #include "api.h"
121121 #include "compiler.h"
122122 #include "editor.h"
123-#include "keyinput.h"
123+#include "interface/keyinput.h"
124124 #include "main.h"
125125
126126 //外付けクリスタル with PLL (20/3倍)
--- a/mips/megalopa/megalopa.mcp
+++ b/mips/megalopa/megalopa.mcp
@@ -177,39 +177,39 @@ file_005=file.c
177177 file_006=float.c
178178 file_007=function.c
179179 file_008=globalvars.c
180-file_009=keyinput.c
181-file_010=library.c
182-file_011=linker.c
183-file_012=main.c
184-file_013=memory.c
185-file_014=music.c
186-file_015=operator.c
187-file_016=run.c
188-file_017=statement.c
189-file_018=string.c
190-file_019=value.c
191-file_020=cmpdata.c
192-file_021=varname.c
193-file_022=envspecific.c
194-file_023=io.c
195-file_024=i2c.c
196-file_025=spi.c
197-file_026=class.c
198-file_027=args.c
180+file_009=library.c
181+file_010=linker.c
182+file_011=main.c
183+file_012=memory.c
184+file_013=music.c
185+file_014=operator.c
186+file_015=run.c
187+file_016=statement.c
188+file_017=string.c
189+file_018=value.c
190+file_019=cmpdata.c
191+file_020=varname.c
192+file_021=envspecific.c
193+file_022=io.c
194+file_023=i2c.c
195+file_024=spi.c
196+file_025=class.c
197+file_026=args.c
198+file_027=interface\keyinput.c
199199 file_028=api.h
200200 file_029=compiler.h
201201 file_030=debug.h
202202 file_031=editor.h
203-file_032=keyinput.h
204-file_033=main.h
205-file_034=ps2keyboard.h
206-file_035=sdfsio370f.h
207-file_036=lib_video_megalopa.h
208-file_037=envspecific.h
209-file_038=io.h
210-file_039=ps2keyboard370f.X.a
211-file_040=sdfsio370fLib.X.a
212-file_041=lib_videoout_megalopa.X.a
203+file_032=main.h
204+file_033=envspecific.h
205+file_034=io.h
206+file_035=interface\keyinput.h
207+file_036=interface\lib_video_megalopa.h
208+file_037=interface\ps2keyboard.h
209+file_038=interface\sdfsio370f.h
210+file_039=interface\lib_videoout_megalopa.X.a
211+file_040=interface\ps2keyboard370f.X.a
212+file_041=interface\sdfsio370fLib.X.a
213213 file_042=app_p32MX370F512H.ld
214214 file_043=help.txt
215215 file_044=reservednames.js