OSDN Git Service

Merge remote-tracking branch 'upstream/master'
authorJonathan Campbell <jonathan@castus.tv>
Fri, 27 May 2016 19:56:41 +0000 (12:56 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Fri, 27 May 2016 19:56:41 +0000 (12:56 -0700)
.gitignore
cutetest.bat [new file with mode: 0644]
makefile

index 107b0e0..3f07a93 100755 (executable)
@@ -28,4 +28,8 @@ img
 #!foo.html\r
 # Ignore objects and archives.\r
 *.[oa]\r
-\r
+cute.vrl\r
+cute.pal\r
+dl_vga.lib\r
+dl_cpu.lib\r
+dl_dos.lib\r
diff --git a/cutetest.bat b/cutetest.bat
new file mode 100644 (file)
index 0000000..efaf91d
--- /dev/null
@@ -0,0 +1,3 @@
+@echo off
+tesuto cute.vrl cute.pal
+
index d6cc76f..a9583f1 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -79,6 +79,7 @@ CFLAGS=$(AFLAGS) $(IFLAGS)-lr -l=dos -wo -i$(DOSLIB)##wwww
 OFLAGS=-obmiler -out -oh -ei -zp8 -fpi87  -onac -ol+ -ok####x
 FLAGS=$(CFLAGS) $(OFLAGS) $(DFLAGS) $(ZFLAGS)
 
+PCX2VRL=$(DOSLIBDIR)/hw/vga/pcx2vrl
 
 VGMSNDOBJ = vgmSnd.$(OBJ) 16_snd.$(OBJ)
 DOSLIBOBJ = adlib.$(OBJ) 8254.$(OBJ) 8259.$(OBJ) dos.$(OBJ) cpu.$(OBJ)