mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-11 18:25:05 +00:00
Fixes quick-NTSC-avoidance fix.
I suspect this is very temporary, but here it is.
This commit is contained in:
@@ -252,7 +252,7 @@ template <Analyser::Static::Oric::Target::DiskInterface disk_interface> class Co
|
|||||||
// disallow all atributes.
|
// disallow all atributes.
|
||||||
Memory::Fuzz(ram_, sizeof(ram_));
|
Memory::Fuzz(ram_, sizeof(ram_));
|
||||||
for(size_t c = 0; c < sizeof(ram_); ++c) {
|
for(size_t c = 0; c < sizeof(ram_); ++c) {
|
||||||
ram_[c] &= ~0x40;
|
ram_[c] |= 0x40;
|
||||||
}
|
}
|
||||||
|
|
||||||
if constexpr (disk_interface == DiskInterface::Pravetz) {
|
if constexpr (disk_interface == DiskInterface::Pravetz) {
|
||||||
|
Reference in New Issue
Block a user