mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-24 02:18:21 -07:00
Add "IBM COMPATABLE" to VGA detection
This commit is contained in:
@@ -1009,7 +1009,7 @@ class BonusAnalyzer(Analyzer):
|
||||
)
|
||||
self._rpl_pattern = re.compile(b'''NetWare Ready ROM''')
|
||||
self._sli_pattern = re.compile(b'''[0-9]{12}Genuine NVIDIA Certified SLI Ready Motherboard for ''')
|
||||
self._vbios_pattern = re.compile(b'''IBM (?:VGA C(?:OMPATIBLE|ompatible)|COMPATIBLE PARADISE)|ATI Technologies Inc\.|SiS super VGA chip''')
|
||||
self._vbios_pattern = re.compile(b'''IBM (?:VGA C(?:OMPAT[IA]BLE|ompatible)|COMPATIBLE PARADISE)|ATI Technologies Inc\.|SiS super VGA chip''')
|
||||
|
||||
def can_handle(self, file_data, header_data):
|
||||
# PhoenixNet
|
||||
|
||||
Reference in New Issue
Block a user