Commit Graph

128 Commits

Author SHA1 Message Date
Robin Jones 94eb042af0 moved `B` button code to default
makes sure any unrecognised response returns to the file menu.
2017-10-12 21:18:25 +01:00
Robin Jones 0f21b4687e add goldfinger to save db 2017-10-12 00:16:51 +01:00
Robin Jones 5bc1aeb2ee Banjo Tooie save now relies on having Ultra CIC
ultra CIC has been around for a while now and is more appropriate than the crack.
To revert to crack, use notes (or diif). Anyway, this functionality should be refactored in the future...
2017-10-12 00:04:26 +01:00
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 2fbf21d4f1 optimised some if statements 2017-10-11 20:30:48 +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 8f063ee72a changed infinite loops from while to for 2017-10-09 20:27:04 +01:00
Robin Jones 06d266e425 organised string functions 2017-10-07 23:40:09 +01:00
Robin Jones 453c55b454 updated config file
changed tv mode to PAL
aligned comments
changed tabs to whitespace
2017-10-07 19:21:04 +01:00
Robin Jones e3d98bea3a updated makefile include variable 2017-10-06 15:26:20 +01:00
Robin Jones 311aabb5d8 corrected issue with missing hash caused in last commit 2017-10-06 15:17:19 +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 859a6b76dd moved n64controller.sprite into sprites directory 2017-10-06 13:59:59 +01:00
Robin Jones 112373097f moved sounds into sub directory 2017-10-06 13:57:47 +01:00
Robin Jones 4c412cafa3 Updated readme to state WSFL install required. 2017-10-05 22:14:16 +01:00
Robin Jones 9ccd46e07f load latest firmware from official os (not tested) 2017-02-21 22:49:47 +00:00
Robin Jones 311d060a14 minor refactoring 2017-01-02 21:44:32 +00:00
Robin Jones 84f983f4ee updated boot code to support 64DD and Aleck64 roms
(Saving still not supported)
2017-01-02 17:18:20 +00:00
Robin Jones f765603e76 changed input_mapping to use case statements 2016-12-30 13:43:41 +00:00
Robin Jones 2025c86b47 moved input handler to seperate function
improved sound handling during splash screen
(introduced bug with user input when accessing secondary menus more than once)
2016-12-30 01:39:26 +00:00
Robin Jones 61bb4b7fec renamed mp3 functions to have prefix 2016-12-30 00:38:05 +00:00
Robin Jones 69a295f84a optimised / refactored file loading 2016-12-30 00:31:51 +00:00
Robin Jones 00c3203585 changed font background colour to transparent
(need to darken box backgrounds)
2016-12-29 17:58:42 +00:00
Robin Jones ae66a2f06f updated audio library repo 2016-12-29 17:09:13 +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 5e5da4d1a8 using updated version of libmikmod 2016-12-28 00:39:32 +00:00
Robin Jones b7ae2b09ff changed input_mapping to an enum 2016-12-15 22:48:53 +00:00
networkfusion bf57d64b53 Merge pull request #12 from networkfusion/buildsystem
Buildsystem
2016-12-13 20:45:17 +00:00
Robin Jones ea6e5cc24d minor updates to readme 2016-12-13 20:39:54 +00:00
Robin Jones fad67dc582 added ability to extract firmware from original os 2016-12-13 20:31:34 +00:00
Robin Jones f8a90dac6e renamed upload to deploy-sd 2016-12-13 15:56:20 +00:00
Robin Jones a43d7b0f77 Added changes to work with VSCode on windows 2016-12-13 15:37:40 +00:00
Robin Jones fbd29c8bad removed file uploaded by mistake 2016-12-13 13:17:53 +00:00
Robin Jones c1b65f83b2 changes to gitignore 2016-12-13 13:09:36 +00:00
Robin Jones 29753b1c27 update to gitignore 2016-12-13 13:09:11 +00:00
Robin Jones 42b5d9e09e Updated readme
renamed linux setup script
2016-12-13 11:47:00 +00:00
Robin Jones 63872f6e61 Added automated scripts for building on windows 10 2016-12-12 23:52:36 +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 aa455bf8b4 code refactoring 2016-09-17 00:08:00 +01:00
Robin Jones 9f9320338f removed unused functions 2016-09-16 21:37:34 +01:00
Robin Jones 6f771f166a Code refactoring 2016-09-16 21:20:19 +01:00
Robin Jones 945331f92c Finished refactoring Makefile and directories #6 2016-09-10 00:13:21 +01:00
Robin Jones 0929602e65 updated stb_image to latest version 2016-09-09 22:19:34 +01:00
Robin Jones 0451d6fab6 moved files to more appropriate locations 2016-09-09 21:44:26 +01:00
Robin Jones 52f4573762 Updated stb_image to latest version
Notes:
commented out requirement for memory.h (as original version did)
Also should move to using stb_image.h
2016-09-09 09:51:28 +01:00