summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2018-03-20 21:40:58 -0500
committer cracyc <cracyc@users.noreply.github.com>2018-03-20 21:40:58 -0500
commit6cbf5c674bb3ee20ab89df1f839de291d02aa92b (patch)
tree966f33472cd541f316d8495ae5375d53e9766034
parent0ff0bdb9eb7a3b45febd74233b8d0598528865ac (diff)
hiscore.dat: add handhelds that have high scores (nw)
-rw-r--r--plugins/hiscore/hiscore.dat14
-rw-r--r--plugins/hiscore/init.lua4
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 );