mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
hiscore.dat: add handhelds that have high scores (nw)
This commit is contained in:
parent
0ff0bdb9eb
commit
6cbf5c674b
2 changed files with 16 additions and 2 deletions
|
@ -6846,6 +6846,20 @@ hexionb:
|
||||||
@:maincpu,program,a743,27d,00,00
|
@: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
|
;@s:higemaru.cpp
|
||||||
|
|
||||||
;********higemaru (pirate ship higemaru)
|
;********higemaru (pirate ship higemaru)
|
||||||
|
|
|
@ -214,10 +214,10 @@ function hiscore.startplugin()
|
||||||
if check_mem( positions ) then
|
if check_mem( positions ) then
|
||||||
default_checksum = check_scores( positions );
|
default_checksum = check_scores( positions );
|
||||||
if read_scores( positions ) then
|
if read_scores( positions ) then
|
||||||
emu.print_verbose( "hiscore: scores read", "OK" );
|
emu.print_verbose( "hiscore: scores read OK" );
|
||||||
else
|
else
|
||||||
-- likely there simply isn't a .hi file around yet
|
-- 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
|
end
|
||||||
scores_have_been_read = true;
|
scores_have_been_read = true;
|
||||||
current_checksum = check_scores( positions );
|
current_checksum = check_scores( positions );
|
||||||
|
|
Loading…
Reference in a new issue