mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2026-01-26 08:16:21 +00:00
(WIP) add more low-level segment stuff
This commit is contained in:
@@ -17,6 +17,8 @@ TransNetwork::TransNetwork(std::istream& in) {
|
||||
this->transes.insert(std::make_shared<Trans>(this->segs.getOrAdd(c1), this->segs.getOrAdd(gate), this->segs.getOrAdd(c2)));
|
||||
in >> c1 >> gate >> c2;
|
||||
}
|
||||
|
||||
this->segs.initCommon();
|
||||
}
|
||||
|
||||
TransNetwork::~TransNetwork() {
|
||||
|
||||
Reference in New Issue
Block a user