mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-25 04:45:32 -07:00
Fix Dell 80386 ROM BIOS PLUS revision detection
This commit is contained in:
@@ -1960,7 +1960,7 @@ class PhoenixAnalyzer(Analyzer):
|
||||
return True
|
||||
|
||||
def _signon_dell(self, line, match):
|
||||
'''^(?:(D)ell System |(?:BIOS Version(?! =)|Phoenix ROM BIOS PLUS Version (?:[^\s]+)) )(.+)'''
|
||||
'''^(?:(D)ell System |(?:BIOS Version(?! =)|(?:80[0-9]{2,3}|Phoenix) ROM BIOS PLUS Version (?:[^\s]+)) )(.+)'''
|
||||
|
||||
# Add model or BIOS version to the sign-on.
|
||||
linebreak_index = self.signon.find('\n')
|
||||
|
||||
Reference in New Issue
Block a user