Small workaround for gfx and updated to released msxbuild.
This commit is contained in:
parent
ca8f575d2d
commit
7548d1d2dc
|
@ -19,7 +19,8 @@ $(DIST_RUN_BIN)/dome.000: bin/domelib/dome.000 | $(DIST_RUN_BIN)
|
|||
cp bin/domelib/*.zop $(DIST_RUN_BIN);
|
||||
cp bin/domelib/*.dat $(DIST_RUN_BIN);
|
||||
cp bin/domelib/*.00* $(DIST_RUN_BIN);
|
||||
|
||||
echo "=== Overwrite org zop gfx until working..."
|
||||
cp src/gfx/old/*.zop $(DIST_RUN_BIN);
|
||||
|
||||
$(DIST_RUN_NAME): $(DIST_RUN_INC_BIN)
|
||||
$(call mb_openmsx_dos2,$(DIST_RUN_BIN))
|
||||
|
|
|
@ -39,4 +39,4 @@ $(DOMELIB_BIN)/mmenu.dat: $(PATH_BIN)/mmenu/mmenu.dat | $(DOMELIB_BIN)
|
|||
$(DOMELIB_OUT): $(DOMELIB_BIN)/autoexec.bat \
|
||||
$(DOMELIB_BIN)/bios.dat $(DOMELIB_BIN)/dome.dat $(DOMELIB_BIN)/loader.dat $(DOMELIB_BIN)/makelib.com $(DOMELIB_BIN)/menu.dat $(DOMELIB_BIN)/mmenu.dat
|
||||
cp $(DOMELIB_BIN)/autoexec.bat $(DOMELIB_OUT)
|
||||
$(call mb_run_openmsx_dos2, $(DOMELIB_BIN))
|
||||
$(call mb_openmsx_dos2, $(DOMELIB_BIN))
|
||||
|
|
|
@ -35,7 +35,7 @@ $(GFX_BIN)/%.zop: $(GFX_SRC)/%.ge5 | $(GFX_BIN)
|
|||
@echo "popcom $(notdir $@)\r" >> $(GFX_BIN)/pop.bat;
|
||||
@echo "echo \"All done..................\"\r" >> $(GFX_BIN)/pop.bat;
|
||||
@echo "omsxctl exit\r" >> $(GFX_BIN)/pop.bat;
|
||||
$(call mb_run_openmsx_dos2, $(GFX_BIN))
|
||||
$(call mb_openmsx_dos2, $(GFX_BIN))
|
||||
ls -la $(GFX_BIN)/$(notdir $@);
|
||||
dd if=$(GFX_BIN)/$(notdir $@) of=$(GFX_BIN)/$(notdir $@).out bs=1 skip=10;
|
||||
cp $(GFX_BIN)/$(notdir $@).out $(GFX_BIN)/$(notdir $@);
|
||||
|
@ -45,7 +45,7 @@ test-gfx: gfx
|
|||
echo "omsxctl set renderer SDL\r" >> $(GFX_BIN)/autoexec.bat;
|
||||
echo "omsxctl set throttle on\r" >> $(GFX_BIN)/autoexec.bat;
|
||||
echo "omsxctl set speed 200\r" >> $(GFX_BIN)/autoexec.bat;
|
||||
$(call mb_run_openmsx_dos2, $(GFX_BIN))
|
||||
$(call mb_openmsx_dos2, $(GFX_BIN))
|
||||
|
||||
gfx: $(GFX_BIN_FILES)
|
||||
echo All GFX are compressed.
|
||||
|
|
Loading…
Reference in a new issue