mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-03 09:29:50 +00:00
Profile mode no longer exists on the 6502 test program.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
06e2a5c947
commit
d7763d8215
@ -12,7 +12,6 @@ int main(int argc, char* argv[]) {
|
|||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
configuration.setDebugMode(true);
|
configuration.setDebugMode(true);
|
||||||
configuration.setProfileMode(true);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
EightBit::TestHarness<Configuration, Board> harness(configuration);
|
EightBit::TestHarness<Configuration, Board> harness(configuration);
|
||||||
|
Loading…
Reference in New Issue
Block a user