mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-03-12 10:41:58 +00:00
Reflect that the I/O for Intel style processors isn't part of the CPU, but attached to the Bus and access controlled by the CPU.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
Board::Board(const Configuration& configuration)
|
||||
: m_configuration(configuration),
|
||||
m_cpu(EightBit::Intel8080(*this, m_ports)),
|
||||
m_cpu(EightBit::Intel8080(*this)),
|
||||
m_disassembler(*this) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user