Fixed RAM panel would not refresh when 24-bit addressing was changed (#641)
This commit is contained in:
parent
99e34979a4
commit
844e8613fd
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ public:
|
|||
{
|
||||
changed_prefs.address_space_24 = chk24Bit->isSelected();
|
||||
RefreshPanelCPU();
|
||||
RefreshPanelRAM();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue