Add mapper 528

This commit is contained in:
libretroadmin
2024-05-25 09:38:53 +02:00
parent fd909e1417
commit 808cc78833
6 changed files with 233 additions and 0 deletions

10
src/boards/vrcirq.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _VRCIRQ_H
#define _VRCIRQ_H
void VRCIRQ_Init(void);
void VRCIRQ_Latch(uint8 V);
void VRCIRQ_LatchNibble(uint8 V, uint8 highBit);
void VRCIRQ_Control(uint8 V);
void VRCIRQ_Acknowledge(void);
#endif /* _VRCIRQ_H */