nesemu/debugger/debugger.h

13 lines
191 B
C
Raw Normal View History

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-05-06 20:23:44 -04:00
void start_debugger();
2024-01-07 16:20:37 -05:00
#endif //NESEMULATOR_DEBUGGER_H