mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2026-01-23 20:15:58 +00:00
refactor: add vss and vcc bools to seg
This commit is contained in:
@@ -42,6 +42,9 @@ void SegmentCache::initCommon() {
|
||||
get("-pch0"), get("-pch1"), get("-pch2"), get("-pch3"), get("-pch4"), get("-pch5"), get("-pch6"), get("-pch7"),
|
||||
get("+Pout0"), get("+Pout1"), get("+Pout2"), get("+Pout3"), get("+Pout4"), /*no P5 */get("+Pout6"), get("+Pout7"),
|
||||
get("-s0"), get("-s1"), get("-s2"), get("-s3"), get("-s4"), get("-s5"), get("-s6"), get("-s7"));
|
||||
|
||||
this->c->VSS->vss = true;
|
||||
this->c->VCC->vcc = true;
|
||||
}
|
||||
|
||||
unsigned char SegmentCache::rData() const {
|
||||
|
||||
Reference in New Issue
Block a user