SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 42474a0859046ae75a7f1f6bb0c0a5c7cbb45b9c parent a3a751b1b66235ea4fed5ece6b9ace5969cee055 Author: Lior Halphon <LIJI32@gmail.com> Date: Fri, 23 Feb 2024 18:57:13 +0200 Slightly simplify boot ROM stripping Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -631,7 +631,7 @@ $(BIN)/BootROMs/%.bin: BootROMs/%.asm $(OBJ)/BootROMs/SameBoyLogo.pb12 -@$(MKDIR) -p $(dir $@) $(RGBASM) -i $(OBJ)/BootROMs/ -i BootROMs/ -o $@.tmp $< $(RGBLINK) -o $@.tmp2 $@.tmp - dd if=$@.tmp2 of=$@ count=1 bs=$(if $(findstring dmg,$@)$(findstring sgb,$@)$(findstring mgb,$@),256,2304) 2> $(NULL) + dd if=$@.tmp2 of=$@ count=1 bs=$(if $(findstring cgb,$@)$(findstring agb,$@),2304,256) 2> $(NULL) @rm $@.tmp $@.tmp2 # Libretro Core (uses its own build system)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.