You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
De scores worden uitgelezen door de juiste bytes uit te lezen uit de nvrams.
Bijvoorbeeld voor bcats_l2 rom
In_address(0) = 1824
In_address(1) = 1825
In_address(2) = 1826
Sc_address(0) = 1808
Sc_address(1) = 1809
Sc_address(2) = 1810
Sc_address(3) = 1811
Voor de initialen (1e drie) van de hoogste score en de score zelf (laatste 4)
En die vertaal ik dan naar de echte initialen en score middels
score1 = FormatNumber(Hex(score(0)) * 1000000 + Hex(score(1)) * 10000 + Hex(score(2)) * 100 + Hex(score(3)), 0)
depends a lot on the table
LoadValue
/SaveValue
Then for roms
But this needs to be done per rom...
So this is going to be a lot of work
The text was updated successfully, but these errors were encountered: