Commit Graph

18 Commits

Author SHA1 Message Date
Robin Jones e923de78aa removed includes from headers
corrected location of some protos
removed un-needed includes from source files
2017-10-11 23:04:17 +01:00
Robin Jones 9dfba8c898 Added version header and code
optimised rom loading
updated about screen
2017-10-11 20:05:39 +01:00
Robin Jones 7aef45a08d Added header for chksum64 2017-10-11 17:44:46 +01:00
Robin Jones 7586104ffc added ifndefs to header files 2017-10-11 16:53:18 +01:00
Robin Jones 0c34a482e9 Refactored main.h
removed duplicate include in main.c
2017-10-11 16:35:30 +01:00
Robin Jones 1ee7e0f2e3 Corrected spelling mistake
Minor refactoring
2017-10-09 21:29:14 +01:00
Robin Jones 06d266e425 organised string functions 2017-10-07 23:40:09 +01:00
Robin Jones 15d5615cde updated copyrights 2017-10-06 14:48:52 +01:00
Robin Jones 53704315ab renamed menu.c and menu.h to main.c and main.h 2017-10-06 14:10:29 +01:00
Robin Jones 61bb4b7fec renamed mp3 functions to have prefix 2016-12-30 00:38:05 +00:00
Robin Jones b719c4389f improved the sound implementation
(still has too much latency, although mainly due to other parts of the menu)
2016-12-29 17:05:09 +00:00
Robin Jones b02b6f020d reverted to using if else statements
as cant use strings with case  statements using c99
2016-09-17 01:33:06 +01:00
Robin Jones 6f771f166a Code refactoring 2016-09-16 21:20:19 +01:00
Robin Jones 0929602e65 updated stb_image to latest version 2016-09-09 22:19:34 +01:00
Robin Jones 5f50809565 Updated truetype header to latest release
(note commented out memory.h requirement as in last version)
2016-09-09 09:40:49 +01:00
Robin Jones 95e8b48dc0 Debugging now uses a macro and trace statements 2016-09-07 22:11:50 +01:00
Robin Jones 032d9824e6 Although I dont think it is actually used,
moved font patch to where it should be.
2016-08-11 02:12:23 +01:00
Robin Jones 69abcebf72 structured some files into appropriate directories 2016-08-11 01:52:54 +01:00