commit 68254b8c512706313536a0647f3d0edf28ad258e Author: wavemotion-dave <75039837+wavemotion-dave@users.noreply.github.com> Date: Sun Mar 30 16:25:04 2025 -0400 Add files via upload diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..887d2b4 --- /dev/null +++ b/Makefile @@ -0,0 +1,47 @@ +#--------------------------------------------------------------------------------- +# path to tools - this can be deleted if you set the path in windows +#--------------------------------------------------------------------------------- +#export DEVKITPRO=/opt/devkitpro +#export DEVKITARM=/opt/devkitpro/devkitARM +# +#--------------------------------------------------------------------------------- +.SUFFIXES: +#--------------------------------------------------------------------------------- +ifeq ($(strip $(DEVKITARM)),) +$(error "Please set DEVKITARM in your environment. export DEVKITARM=devkitARM) +endif + +include $(DEVKITARM)/ds_rules + +export TARGET := SpeccyDS +export TOPDIR := $(CURDIR) +export VERSION := 0.5 + +ICON := -b $(CURDIR)/logo.bmp "SpeccyDS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/SpeccyDS" + +.PHONY: $(TARGET).arm7 $(TARGET).arm9 + +.PHONY: arm7/$(TARGET).elf arm9/$(TARGET).elf + +#--------------------------------------------------------------------------------- +# main targets +#--------------------------------------------------------------------------------- +all: $(TARGET).nds + +#--------------------------------------------------------------------------------- +$(TARGET).nds : arm7/$(TARGET).elf arm9/$(TARGET).elf + ndstool -c $(TARGET).nds -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf $(ICON) + +#--------------------------------------------------------------------------------- +arm7/$(TARGET).elf: + $(MAKE) -C arm7 + +#--------------------------------------------------------------------------------- +arm9/$(TARGET).elf: + $(MAKE) -C arm9 + +#--------------------------------------------------------------------------------- +clean: + $(MAKE) -C arm9 clean + $(MAKE) -C arm7 clean + rm -f $(TARGET).nds $(TARGET).arm7 $(TARGET).arm9 diff --git a/logo.bmp b/logo.bmp new file mode 100644 index 0000000..f471851 Binary files /dev/null and b/logo.bmp differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0cea4b6 --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +SpeccyDS is Copyright 2025 by Dave Bernazzani + +Royalty Free Music by Anvish Parker + +Coming soon....