4 lines
149 B
C++
4 lines
149 B
C++
#include "bus.h"
|
|
#include "console.h"
|
|
|
|
void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const stop_event, const bool tracing);
|