Subversion Repositories Shiroi

Rev

Blame | Last modification | View Log | Download | RSS feed

/* $Id: shiroi_debug.h 12 2024-08-29 04:19:08Z nishi $ */

#ifndef __SHIROI_DEBUG_H__
#define __SHIROI_DEBUG_H__

#include "shiroi.h"

void shiroi_debug(shiroi_t* shiroi);
void shiroi_debug_tick(shiroi_t* shiroi);
void shiroi_debug_install(shiroi_t* shiroi, int slot);
void shiroi_debug_reset(shiroi_t* shiroi, int slot);

#endif