mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2026-01-23 20:15:58 +00:00
fixed inconsistent breaking; other refactoring
the sets of Segment* 's needed to be sorted consistently
This commit is contained in:
@@ -95,7 +95,7 @@ void SegmentCache::setDataSegs(const unsigned char data) {
|
||||
this->c->DB7->set(x & 1);
|
||||
}
|
||||
|
||||
void SegmentCache::addDataToRecalc(std::set<Segment*>& s) {
|
||||
void SegmentCache::addDataToRecalc(setpSeg& s) {
|
||||
s.insert(this->c->DB0);
|
||||
s.insert(this->c->DB1);
|
||||
s.insert(this->c->DB2);
|
||||
|
||||
Reference in New Issue
Block a user