mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-02 18:29:41 +00:00
Ensure each header file has a newline on its own at the end of each file.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
12385dcc6f
commit
d70f6b375b
@ -41,4 +41,4 @@ namespace EightBit {
|
|||||||
register16_t m_address{ { 0xff, 0xff } };
|
register16_t m_address{ { 0xff, 0xff } };
|
||||||
uint8_t m_temporary = 0xff; // Used to simulate ROM
|
uint8_t m_temporary = 0xff; // Used to simulate ROM
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,4 @@ namespace EightBit {
|
|||||||
public:
|
public:
|
||||||
static EventArgs& empty() { return m_empty; }
|
static EventArgs& empty() { return m_empty; }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,4 +36,4 @@ namespace EightBit {
|
|||||||
std::array<uint8_t, 0x100> m_input;
|
std::array<uint8_t, 0x100> m_input;
|
||||||
std::array<uint8_t, 0x100> m_output;
|
std::array<uint8_t, 0x100> m_output;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -175,4 +175,4 @@ namespace EightBit {
|
|||||||
std::array<opcode_decoded_t, 0x100> m_decodedOpcodes;
|
std::array<opcode_decoded_t, 0x100> m_decodedOpcodes;
|
||||||
register16_t m_sp = { { 0xff, 0xff } };
|
register16_t m_sp = { { 0xff, 0xff } };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -40,4 +40,4 @@ namespace EightBit {
|
|||||||
int limit,
|
int limit,
|
||||||
int maximumSize);
|
int maximumSize);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -147,4 +147,4 @@ namespace EightBit {
|
|||||||
bool m_halted = false;
|
bool m_halted = false;
|
||||||
bool m_power = false;
|
bool m_power = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,4 +31,4 @@ namespace EightBit {
|
|||||||
};
|
};
|
||||||
uint16_t word;
|
uint16_t word;
|
||||||
} register16_t;
|
} register16_t;
|
||||||
}
|
}
|
||||||
|
@ -18,4 +18,4 @@ namespace EightBit {
|
|||||||
return BYTES()[address];
|
return BYTES()[address];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,4 +22,4 @@ namespace EightBit {
|
|||||||
delegate(e);
|
delegate(e);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -95,4 +95,4 @@ namespace EightBit {
|
|||||||
return __rdtsc();
|
return __rdtsc();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user