mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-28 14:01:52 +01:00
Merge pull request #912 from PsyK0p4T/master
CRC check added for Sufami Turbo
This commit is contained in:
commit
385b6b03f4
@ -194,6 +194,10 @@ void readRom_ST(unsigned int bankStart, unsigned int bankEnd) {
|
||||
// Close file:
|
||||
myFile.close();
|
||||
|
||||
// Compare dump CRC with db values
|
||||
compareCRC("st.txt", 0, 1, 0);
|
||||
|
||||
println_Msg(FS(FSTRING_EMPTY));
|
||||
print_STR(press_button_STR, 1);
|
||||
display_Update();
|
||||
wait();
|
||||
|
40
sd/st.txt
Normal file
40
sd/st.txt
Normal file
@ -0,0 +1,40 @@
|
||||
Bishoujo Senshi Sailor Moon Sailor Stars - Fuwafuwa Panic 2 (Japan).st
|
||||
BB5C4238
|
||||
|
||||
Crayon Shin-chan - Nagagutsu Dobon!! (Japan).st
|
||||
8EB753F3
|
||||
|
||||
Gegege no Kitarou - Youkai Donjara (Japan).st
|
||||
4296500D
|
||||
|
||||
Gekisou Sentai Carranger - Zenkai! Racer Senshi (Japan).st
|
||||
14C66FCA
|
||||
|
||||
Poi Poi Ninja World (Japan).st
|
||||
32B2B3DD
|
||||
|
||||
SD Gundam Generation - Axis Senki (Japan).st
|
||||
72B4235F
|
||||
|
||||
SD Gundam Generation - Babylonia Kenkoku Senki (Japan).st
|
||||
792D884C
|
||||
|
||||
SD Gundam Generation - Colony Kakutouki (Japan).st
|
||||
C5DFA8FD
|
||||
|
||||
SD Gundam Generation - Gryps Senki (Japan).st
|
||||
48ECAE44
|
||||
|
||||
SD Gundam Generation - Ichinen Sensouki (Japan).st
|
||||
AFD74DCB
|
||||
|
||||
SD Gundam Generation - Zanscare Senki (Japan).st
|
||||
EFD3A865
|
||||
|
||||
SD Ultra Battle - Seven Densetsu (Japan).st
|
||||
43AD5A45
|
||||
|
||||
SD Ultra Battle - Ultraman Densetsu (Japan).st
|
||||
04939D14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user