mirror of https://github.com/stella-emu/stella.git
updated defprops
This commit is contained in:
parent
71caf5e776
commit
5ba8795747
File diff suppressed because it is too large
Load Diff
|
@ -30,10 +30,7 @@ my %prop_type = (
|
||||||
"Display.VCenter" => 24,
|
"Display.VCenter" => 24,
|
||||||
"Display.Phosphor" => 25,
|
"Display.Phosphor" => 25,
|
||||||
"Display.PPBlend" => 26,
|
"Display.PPBlend" => 26,
|
||||||
"Cart.Variations" => 27,
|
"Cart.Highscore" => 27
|
||||||
"Cart.Formats" => 28,
|
|
||||||
"Cart.Addresses" => 29,
|
|
||||||
"Cart.Highscore" => 30
|
|
||||||
);
|
);
|
||||||
my @prop_type_as_string = (
|
my @prop_type_as_string = (
|
||||||
"Cart.MD5",
|
"Cart.MD5",
|
||||||
|
@ -62,9 +59,6 @@ my @prop_type_as_string = (
|
||||||
"Display.VCenter",
|
"Display.VCenter",
|
||||||
"Display.Phosphor",
|
"Display.Phosphor",
|
||||||
"Display.PPBlend",
|
"Display.PPBlend",
|
||||||
"Cart.Variations",
|
|
||||||
"Cart.Formats",
|
|
||||||
"Cart.Addresses",
|
|
||||||
"Cart_Highscore"
|
"Cart_Highscore"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue