mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
hiscore.dat: add handhelds that have high scores (nw)
This commit is contained in:
parent
0ff0bdb9eb
commit
6cbf5c674b
@ -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)
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user