add some missing bios/rom options.

Previously, bios was only included if the device had slot options.
This commit is contained in:
Kelvin Sherlock
2024-10-15 13:34:13 -04:00
parent 42f7dba174
commit c3263c1fb5
196 changed files with 27373 additions and 0 deletions

View File

@@ -480,6 +480,7 @@ def split2(x):
# given a machine, return a list of slotoptions.
def make_device_slots(machine):
# print("make_device_slots", machine.get("name"))
mname = machine.get('name')
slots = []