Corrected and added logo

This commit is contained in:
Thomas Touhey 2016-05-15 14:58:54 +02:00
parent aa6a7c1549
commit 05f9fb05c1
5 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
/obj
/Sound4Calc.sublime-workspace
/*.bin
/*.elf
/*.g1a

View File

@ -27,7 +27,7 @@ $(NAME).elf: $(OBJDIR) $(ALLOBJ)
## Make the BIN file
$(NAME).bin: $(NAME).elf
$(OBJCOPY) -R .comment -R .bss -R '$$iop' -O binary $< $@
$(OBJCPY) -R .comment -R .bss -R '$$iop' -O binary $< $@
## Make the G1A file
$(NAME).g1a: $(NAME).bin

View File

@ -22,8 +22,8 @@ AS = sh3eb-elf-as
CC = sh3eb-elf-gcc
CFLAGS = -m3 -mb -Os -nostdlib -Wall -Wextra -Wno-main -pedantic -std=c11 -I $(INCDIR)
## Linker
LD = sh3eb-elf-ld
LFLAGS = -T $(SCPTDIR)/addin.ld -L $(LIBDIR) $(addprefix -l,$(LIB))
LD = sh3eb-elf-gcc
LFLAGS = -nostdlib -T $(SCPTDIR)/addin.ld -L $(LIBDIR) $(addprefix -l,$(LIB))
## Object copier
OBJCPY = sh3eb-elf-objcopy
## G1A Wrapper

BIN
misc/logo/32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
misc/logo/512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB