serial_rbf_change((newreq & 0x0800) ? 1 : 0);
}
-void event_doint_delay_do_ext_old(uae_u32 v)
+static void event_doint_delay_do_ext_old(uae_u32 v)
{
uae_u16 old = intreq2;
setclr(&intreq, (1 << v) | 0x8000);
doint();
}
-void event_doint_delay_do_ext(uae_u32 v)
+static void event_doint_delay_do_ext(uae_u32 v)
{
uae_u16 old = intreq2;
setclr(&intreq, v | 0x8000);
#endif
#include "audio.h"
#include "cia.h"
+#include "custom.h"
extern uae_u8 agnus_hpos;
int custom_fastmode;
}
}
-extern void vsync_event_done(void);
extern int vsync_activeheight;
static bool event_check_vsync(void)
extern int current_linear_vpos, current_linear_hpos;
extern uae_u8 agnus_hpos;
+void vsync_event_done(void);
+bool get_custom_color_reg(int colreg, uae_u8 *r, uae_u8 *g, uae_u8 *b);
+
#endif /* UAE_CUSTOM_H */
rgb_as = as;
}
-extern bool get_custom_color_reg(int colreg, uae_u8 *r, uae_u8 *g, uae_u8 *b);
-
static uae_u32 uniquecolors[256] = { 0 };
static int uniquecolorcount, uniquecolordepth;
static uae_u8 *palettebm;