2024-01-07 16:20:37 -05:00
|
|
|
//
|
|
|
|
// Created by william on 1/6/24.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef NESEMULATOR_DEBUGGER_H
|
|
|
|
#define NESEMULATOR_DEBUGGER_H
|
|
|
|
|
2024-01-14 21:59:13 -05:00
|
|
|
#include "../include/system.h"
|
|
|
|
|
2024-01-07 16:20:37 -05:00
|
|
|
void start_debugger(System *system);
|
|
|
|
|
|
|
|
#endif //NESEMULATOR_DEBUGGER_H
|