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,9 @@
|
||||
#ifndef CYCLE_MAP_H_
|
||||
#define CYCLE_MAP_H_
|
||||
|
||||
#define CYCLE_MAP_SIZE (114 + 9)
|
||||
extern int CYCLE_MAP_cpu2antic[CYCLE_MAP_SIZE * (17 * 7 + 1)];
|
||||
extern int CYCLE_MAP_antic2cpu[CYCLE_MAP_SIZE * (17 * 7 + 1)];
|
||||
void CYCLE_MAP_Create(void);
|
||||
|
||||
#endif /* CYCLE_MAP_H_ */
|
||||
Reference in New Issue
Block a user