mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef PBI_PROTO80_H_
|
||||
#define PBI_PROTO80_H_
|
||||
|
||||
#include "atari.h"
|
||||
int PBI_PROTO80_Initialise(int *argc, char *argv[]);
|
||||
void PBI_PROTO80_Exit(void);
|
||||
int PBI_PROTO80_ReadConfig(char *string, char *ptr);
|
||||
void PBI_PROTO80_WriteConfig(FILE *fp);
|
||||
int PBI_PROTO80_D1GetByte(UWORD addr, int no_side_effects);
|
||||
void PBI_PROTO80_D1PutByte(UWORD addr, UBYTE byte);
|
||||
int PBI_PROTO80_D1ffPutByte(UBYTE byte);
|
||||
UBYTE PBI_PROTO80_GetPixels(int scanline, int column);
|
||||
extern int PBI_PROTO80_enabled;
|
||||
|
||||
#endif /* PBI_PROTO80_H_ */
|
||||
Reference in New Issue
Block a user