Home
last modified time | relevance | path

Searched defs:SH2Interface_struct (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dsh2core.h439 struct SH2Interface_struct struct
441 int id;
442 const char *Name;
445 void (*DeInit)();
446 void (*Reset)(SH2_struct *context);
451 u32 (*GetSR)(SH2_struct *context);
452 u32 (*GetGBR)(SH2_struct *context);
453 u32 (*GetVBR)(SH2_struct *context);
456 u32 (*GetPR)(SH2_struct *context);
457 u32 (*GetPC)(SH2_struct *context);
[all …]