hiscore.dat: add handhelds that have high scores (nw)

This commit is contained in:
cracyc 2018-03-20 21:40:58 -05:00
parent 0ff0bdb9eb
commit 6cbf5c674b
2 changed files with 16 additions and 2 deletions

View file

@ -6846,6 +6846,20 @@ hexionb:
@:maincpu,program,a743,27d,00,00
;@s:hh_sm510.cpp
tkarnov:
@:maincpu,data,e,2,0,0,f
tbatman:
@:maincpu,data,1d,3,0,0,f
tvindictr:
@:maincpu,data,56,3,0,0,f
;@s:higemaru.cpp
;********higemaru (pirate ship higemaru)

View file

@ -214,10 +214,10 @@ function hiscore.startplugin()
if check_mem( positions ) then
default_checksum = check_scores( positions );
if read_scores( positions ) then
emu.print_verbose( "hiscore: scores read", "OK" );
emu.print_verbose( "hiscore: scores read OK" );
else
-- likely there simply isn't a .hi file around yet
emu.print_verbose( "hiscore: scores read", "FAIL" );
emu.print_verbose( "hiscore: scores read FAIL" );
end
scores_have_been_read = true;
current_checksum = check_scores( positions );