mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-04-20 10:16:48 +00:00
More consistency updates between i8080 and Z80.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -25,6 +25,12 @@ EightBit::register16_t& EightBit::Intel8080::HL() {
|
||||
return hl;
|
||||
}
|
||||
|
||||
void EightBit::Intel8080::reset() {
|
||||
IntelProcessor::reset();
|
||||
INT() = false;
|
||||
di();
|
||||
}
|
||||
|
||||
void EightBit::Intel8080::di() {
|
||||
m_interruptEnable = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user