machines: Remove duplicate gfxmem_size properties.

This commit is contained in:
joevt 2023-10-17 20:06:49 -07:00 committed by dingusdev
parent 7a0ec0ecd3
commit 98e1787f93
3 changed files with 1 additions and 5 deletions

View File

@ -517,7 +517,7 @@ void ControlVideo::disable_display()
static const PropMap Control_Properties = {
{"gfxmem_size",
new IntProperty( 2, vector<uint32_t>({2, 4}))},
new IntProperty( 4, vector<uint32_t>({1, 2, 4}))},
{"mon_id",
new StrProperty("AppleVision1710")},
};

View File

@ -94,8 +94,6 @@ static const PropMap pm6500_settings = {
new IntProperty( 0, vector<uint32_t>({0, 4, 8, 16, 32, 64, 128}))},
{"rambank4_size",
new IntProperty( 0, vector<uint32_t>({0, 4, 8, 16, 32, 64, 128}))},
{"gfxmem_size",
new IntProperty( 1, vector<uint32_t>({1, 2, 4}))},
{"emmo",
new BinProperty(0)},
};

View File

@ -116,8 +116,6 @@ static const PropMap pm7500_settings = {
new IntProperty( 0, vector<uint32_t>({0, 4, 8, 16, 32, 64, 128}))},
{"rambank4_size",
new IntProperty( 0, vector<uint32_t>({0, 4, 8, 16, 32, 64, 128}))},
{"gfxmem_size",
new IntProperty( 1, vector<uint32_t>({1, 2, 4}))},
{"emmo",
new BinProperty(0)},
{"has_sixty6",