mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
machines: Remove duplicate gfxmem_size properties.
This commit is contained in:
parent
7a0ec0ecd3
commit
98e1787f93
@ -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")},
|
||||
};
|
||||
|
@ -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)},
|
||||
};
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user