Skip to content

Commit d45dfd9

Browse files
committed
added vendor to mmu_machine printer variable for logo selection in UIs
1 parent c17d007 commit d45dfd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extras/mmu_machine.py

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def __init__(self, config):
237237
for i, unit in enumerate(self.units):
238238
unit_info = {}
239239
unit_info['name'] = UNIT_ALT_DISPLAY_NAMES.get(self.mmu_vendor, self.mmu_vendor)
240+
unit_info['vendor'] = self.mmu_vendor
240241
unit_info['version'] = self.mmu_version_string
241242
unit_info['num_gates'] = unit
242243
unit_info['first_gate'] = gate_count

0 commit comments

Comments
 (0)