From 6cbf5c674bb3ee20ab89df1f839de291d02aa92b Mon Sep 17 00:00:00 2001 From: cracyc Date: Tue, 20 Mar 2018 21:40:58 -0500 Subject: hiscore.dat: add handhelds that have high scores (nw) --- plugins/hiscore/hiscore.dat | 14 ++++++++++++++ plugins/hiscore/init.lua | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/plugins/hiscore/hiscore.dat b/plugins/hiscore/hiscore.dat index b4823c4c94d..7ec855be09d 100644 --- a/plugins/hiscore/hiscore.dat +++ b/plugins/hiscore/hiscore.dat @@ -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) diff --git a/plugins/hiscore/init.lua b/plugins/hiscore/init.lua index e9178c6a943..a01bdfff280 100644 --- a/plugins/hiscore/init.lua +++ b/plugins/hiscore/init.lua @@ -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 ); -- cgit v1.2.3