1
0
mirror of https://github.com/parasyte/alt64 synced 2024-08-13 15:53:52 -04:00
Commit Graph

19 Commits

Author SHA1 Message Date
Robin Jones
04b8c0296c split out memorypak and about screen to seperate modules 2017-10-13 00:23:59 +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
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
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
b7ae2b09ff changed input_mapping to an enum 2016-12-15 22:48:53 +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