KEK/debugger.h
folkert van heusden 0300738cbd
.BIC processing
2023-03-26 11:07:29 +02:00

5 lines
284 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);
void run_bic(console *const cnsl, bus *const b, std::atomic_uint32_t *const stop_event, const bool tracing, const uint16_t bic_start);