Implementing a SBC without decimal mode

This commit is contained in:
Anonymus Raccoon
2020-02-27 23:37:52 +01:00
parent a421ef693f
commit 4394c7625e
7 changed files with 157 additions and 4 deletions
-2
View File
@@ -3,11 +3,9 @@
//
#include <criterion/criterion.h>
#include <iostream>
#include <bitset>
#include "../../tests.hpp"
#include "../../../sources/SNES.hpp"
#include "../../../sources/Memory/MemoryBus.hpp"
using namespace ComSquare;
Test(ADC, addingOne)