Fixing bugs with the DMA

This commit is contained in:
Zoe Roux
2021-02-01 19:21:18 +01:00
parent fdfa0fc0d6
commit ced42a3bf9
11 changed files with 141 additions and 74 deletions
+5 -5
View File
@@ -12,12 +12,12 @@
#include "PPU/PPU.hpp"
#include "APU/APU.hpp"
#include "Renderer/IRenderer.hpp"
#ifdef DEBUGGER_ENABLED
#include "Debugger/MemoryViewer.hpp"
#include "Debugger/HeaderViewer.hpp"
#include "Debugger/CGramDebug.hpp"
#include "Debugger/RegisterViewer.hpp"
#ifdef DEBUGGER_ENABLED
#include "Debugger/MemoryViewer.hpp"
#include "Debugger/HeaderViewer.hpp"
#include "Debugger/CGramDebug.hpp"
#include "Debugger/RegisterViewer.hpp"
#endif
namespace ComSquare