int_accelerator_name
Code:
if f.matches(c.uae_cpuboard_type, "none"):
value = ""
elif f.matches(c.uae_cpuboard_type, "Blizzard1230IV"):
value = "Blizzard 1230 IV"
elif f.matches(c.uae_cpuboard_type, "Blizzard1260"):
value = "Blizzard 1240/1260"
elif f.matches(c.uae_cpuboard_type, "Blizzard2060"):
value = "Blizzard 2060"
elif f.matches(c.uae_cpuboard_type, "BlizzardPPC"):
value = "Blizzard PPC"
elif f.matches(c.uae_cpuboard_type, "CyberStormMK1"):
value = "CyberStorm MK I"
elif f.matches(c.uae_cpuboard_type, "CyberStormMK2"):
value = "CyberStorm MK II"
elif f.matches(c.uae_cpuboard_type, "CyberStormMK3"):
value = "CyberStorm MK III"
elif f.matches(c.uae_cpuboard_type, "CyberStormPPC"):
value = "Cyberstorm PPC"
elif f.matches(c.uae_cpuboard_type, "WarpEngineA4000"):
value = "Warp Engine"
elif f.matches(c.uae_cpuboard_type, "TekMagic"):
value = "Tek Magic"
else:
value = "Unknown Accelerator (?)"
f.warning("Unknown accelerator")