mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
plugins/hiscore: Fixed detection of software item lines, and added high score support for Mega Drive Sonic Spinball. (#11282)
This commit is contained in:
parent
5616a6476a
commit
93771fee59
@ -12292,6 +12292,11 @@ logicpr2:
|
||||
|
||||
;@s:sega/mdconsole.cpp
|
||||
|
||||
genesis,sspinu:
|
||||
megadriv,sspin:
|
||||
megadrij,sspinj:
|
||||
@:maincpu,program,fff8da,1e,ff,c8
|
||||
|
||||
genesis,tf3:
|
||||
@:maincpu,program,fff2ac,4,00,90
|
||||
|
||||
|
@ -175,7 +175,7 @@ function hiscore.startplugin()
|
||||
end
|
||||
elseif string.find(line, rm_match) then --- match this game
|
||||
current_is_match = true;
|
||||
elseif string.find(line, '^[a-z0-9_]+:') then --- some game
|
||||
elseif string.find(line, '^[a-z0-9_,]+:') then --- some game
|
||||
if current_is_match and string.len(cluster) > 0 then
|
||||
break; -- we're done
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user