Small workaround for gfx and updated to released msxbuild.
This commit is contained in:
parent
ca8f575d2d
commit
7548d1d2dc
3 changed files with 5 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue