mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-08 20:14:53 +00:00
adding the window of the cgram debugger (-g to activate)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#ifdef DEBUGGER_ENABLED
|
||||
#include "Debugger/MemoryViewer.hpp"
|
||||
#include "Debugger/HeaderViewer.hpp"
|
||||
#include "Debugger/cgramDebug.hpp"
|
||||
|
||||
#endif
|
||||
|
||||
@@ -28,6 +29,8 @@ namespace ComSquare
|
||||
std::unique_ptr<Debugger::MemoryViewer> _ramViewer;
|
||||
//! @brief The window that allow the user to view the cartridge's header.
|
||||
std::unique_ptr<Debugger::HeaderViewer> _headerViewer;
|
||||
//! @brief The window that allow the user to view the CGRAM.
|
||||
std::unique_ptr<Debugger::cgramDebug> _cgramViewer;
|
||||
#endif
|
||||
//! @brief The memory bus that map addresses to components.
|
||||
std::shared_ptr<Memory::MemoryBus> _bus;
|
||||
|
||||
Reference in New Issue
Block a user