not64/r4300/Invalid_Code.h
tehpola@yahoo.com 1c193cc77a Initial Import
2007-09-01 18:57:11 +00:00

11 lines
259 B
C

/* Invalid_Code.h - Uses 1/8th the memory as the char hash table
by Mike Slegeir for Mupen64-GC
*/
#ifndef INVALID_CODE_H
#define INVALID_CODE_H
int inline invalid_code_get(int block_num);
void inline invalid_code_set(int block_num, int value);
#endif