From 75c7f51ace5712677a8be3d8a0e58c85578e7f57 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 12 Apr 2023 19:14:37 +0100 Subject: Added .gitignore and added icon info to Makefile --- .gitignore | 4 ++++ Makefile | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4477ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +3ds81.3dsx +3ds81.smdh +3ds81.elf +build/* diff --git a/Makefile b/Makefile index 5d32140..52c0f03 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,10 @@ DATA := data INCLUDES := include GRAPHICS := gfx +APP_TITLE := 3DS81 +APP_DESCRIPTION := ZX-81 emulator +APP_AUTHOR := Ian Cowburn + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -- cgit v1.2.3