Implement PPC write-back data cache

This commit is contained in:
TheLordScruffy
2022-10-17 15:28:29 -04:00
parent abf08b5869
commit e97d380437
22 changed files with 559 additions and 132 deletions

View File

@ -33,6 +33,7 @@ private:
QComboBox* m_cpu_emulation_engine_combobox;
QCheckBox* m_enable_mmu_checkbox;
QCheckBox* m_pause_on_panic_checkbox;
QCheckBox* m_accurate_cpu_cache_checkbox;
QCheckBox* m_cpu_clock_override_checkbox;
QSlider* m_cpu_clock_override_slider;
QLabel* m_cpu_clock_override_slider_label;