nesemu/debugger/debugger.h
2024-05-06 20:23:44 -04:00

13 lines
191 B
C

//
// Created by william on 1/6/24.
//
#ifndef NESEMULATOR_DEBUGGER_H
#define NESEMULATOR_DEBUGGER_H
#include "../include/system.h"
void start_debugger();
#endif //NESEMULATOR_DEBUGGER_H