mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-04-20 10:16:48 +00:00
Remove duplicated code (from const definitions) the performance benefit isn't worth the amount of duplicated code.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ void Board::Cpu_ExecutingInstruction_Cpm(const EightBit::Intel8080& cpu) {
|
||||
}
|
||||
}
|
||||
|
||||
void Board::bdos() const {
|
||||
void Board::bdos() {
|
||||
switch (CPU().C()) {
|
||||
case 0x2: {
|
||||
const auto character = CPU().E();
|
||||
|
||||
Reference in New Issue
Block a user