Robin Jones
|
2785f5f50a
|
fixed MP3 playback
although still plays back far to slow!
also minor refactoring
|
2017-11-13 20:22:43 +00:00 |
|
Robin Jones
|
d52179c4d5
|
cleaned up savedb
renamed sram128 to sram96
|
2017-11-10 17:31:06 +00:00 |
|
Robin Jones
|
2034bedc1a
|
implemented ultracic detection code
|
2017-11-10 15:56:02 +00:00 |
|
Robin Jones
|
74900aec6f
|
header correction
|
2017-10-27 20:36:28 +01:00 |
|
Robin Jones
|
b1936b6dd1
|
minor header corrections
|
2017-10-27 20:11:03 +01:00 |
|
Robin Jones
|
a4c610942d
|
further corrections to debug #16
source was not building when debug was not defined.
|
2017-10-27 17:08:13 +01:00 |
|
Robin Jones
|
1b7a919f9b
|
removed old fat files
|
2017-10-26 17:55:41 +01:00 |
|
Robin Jones
|
6e73f0604e
|
update debug message with 5 sec delay
(for debug purposes, of course) saves being inline!!!
|
2017-10-25 20:55:07 +01:00 |
|
Robin Jones
|
20c4993cdf
|
work on fatfs functions
fixed issue with debug corrupting display buffer #16
|
2017-10-25 10:40:17 +01:00 |
|
Robin Jones
|
af6c2380ad
|
Corrections
still needs testing
|
2017-10-23 17:46:05 +01:00 |
|
Robin Jones
|
a73b73c3d5
|
minor refactoring of memorypak
|
2017-10-20 16:31:32 +01:00 |
|
Robin Jones
|
5442139ff4
|
FatFS working #9
some main functions converted to use it
mp3 converted to use it
|
2017-10-14 19:59:49 +01:00 |
|
Robin Jones
|
8264d647ba
|
implement various functions
|
2017-10-14 11:57:45 +01:00 |
|
Robin Jones
|
3fcac12ec8
|
added fatfs
postfixed fat and disk with old for clarity
|
2017-10-13 19:37:17 +01:00 |
|
Robin Jones
|
ac58a8736a
|
#18 Aleck64 games now boot
get_cic() refactored to include Aleck64 roms
moved CIC functions to dedicated module
|
2017-10-13 18:47:19 +01:00 |
|
Robin Jones
|
b25201a8ea
|
#18 DD game CIC corrected - DD Games now load
as long as you change to the correct CIC from the menu
|
2017-10-13 14:10:54 +01:00 |
|
Robin Jones
|
c2870c68f8
|
removed duplicate proto
|
2017-10-13 12:44:58 +01:00 |
|
Robin Jones
|
45b0243a98
|
moved CRC_Calculate to the correct number
|
2017-10-13 11:28:48 +01:00 |
|
Robin Jones
|
04b8c0296c
|
split out memorypak and about screen to seperate modules
|
2017-10-13 00:23:59 +01:00 |
|
Robin Jones
|
e240c93308
|
moved memorypak functions to seperate module
|
2017-10-12 22:52:10 +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
|
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 |
|