X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fpatch.h;fp=Pico%2Fpatch.h;h=0000000000000000000000000000000000000000;hb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;hp=6e9420f8541987ce7fb70c6bfa5ccb11a8ffe5c4;hpb=d158df697da66bcda57307e35fc77929cfa5053c;p=picodrive.git diff --git a/Pico/patch.h b/Pico/patch.h deleted file mode 100644 index 6e9420f..0000000 --- a/Pico/patch.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef _GENIE_DECODE_H__ -#define _GENIE_DECODE_H__ - -#ifdef __cplusplus -extern "C" { -#endif - -struct patch_inst -{ - char code[12]; - char name[52]; - unsigned int active; - unsigned int addr; - unsigned short data; - unsigned short data_old; -}; - -extern struct patch_inst *PicoPatches; -extern int PicoPatchCount; - -int PicoPatchLoad(const char *fname); -void PicoPatchUnload(void); -void PicoPatchPrepare(void); -void PicoPatchApply(void); - - -#ifdef __cplusplus -} // extern "C" -#endif - -#endif // _GENIE_DECODE_H__