Implemented traps system from WinUAE, more merges

This commit is contained in:
Dimitris Panokostas 2019-09-17 01:22:37 +02:00
parent 1087e32d75
commit a80ad0b75d
19 changed files with 33434 additions and 35365 deletions

View file

@ -227,6 +227,8 @@ STATIC_INLINE int GET_PLANES(uae_u16 bplcon0)
extern void fpscounter_reset (void);
extern unsigned long idletime;
extern int lightpen_x[2], lightpen_y[2];
extern int lightpen_cx[2], lightpen_cy[2], lightpen_active, lightpen_enabled, lightpen_enabled2;
struct customhack {
uae_u16 v;