1
0
mirror of https://github.com/parasyte/alt64 synced 2024-08-13 15:53:52 -04:00
alt64/inc/cic.h
Robin Jones ac58a8736a #18 Aleck64 games now boot
get_cic() refactored to include Aleck64 roms
moved CIC functions to dedicated module
2017-10-13 18:47:19 +01:00

13 lines
269 B
C

#define CIC_6101 1
#define CIC_6102 2
#define CIC_6103 3
#define CIC_5101 4 //aleck64
//#define CIC_6104 6104 //Unused in any game so used for Aleck64 instead
#define CIC_6105 5
#define CIC_6106 6
#define CIC_5167 7 //64dd conv
int get_cic(unsigned char *rom_data);