mirror of https://github.com/stella-emu/stella.git
removed superfluous property in PropSet
This commit is contained in:
parent
8d3b0ec52d
commit
aa6b500b88
|
@ -26,10 +26,9 @@ my %prop_type = (
|
|||
"Display.VCenter" => 20,
|
||||
"Display.Phosphor" => 21,
|
||||
"Display.PPBlend" => 22,
|
||||
"Cart.Players" => 23,
|
||||
"Cart.Variations" => 24,
|
||||
"Cart.Formats" => 25,
|
||||
"Cart.Addresses" => 26
|
||||
"Cart.Variations" => 23,
|
||||
"Cart.Formats" => 24,
|
||||
"Cart.Addresses" => 25
|
||||
);
|
||||
my @prop_type_as_string = (
|
||||
"Cart.MD5",
|
||||
|
@ -55,7 +54,6 @@ my @prop_type_as_string = (
|
|||
"Display.VCenter",
|
||||
"Display.Phosphor",
|
||||
"Display.PPBlend",
|
||||
"Cart.Players",
|
||||
"Cart.Variations",
|
||||
"Cart.Formats",
|
||||
"Cart.Addresses"
|
||||
|
@ -80,11 +78,12 @@ my @prop_defaults = (
|
|||
"NO",
|
||||
"AUTO",
|
||||
"AUTO",
|
||||
"AUTO",
|
||||
"AUTO",
|
||||
"0",
|
||||
"NO",
|
||||
"0",
|
||||
"1",
|
||||
"1",
|
||||
"",
|
||||
""
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue