redquark-amiberry-rb/src/include/cia.h

22 lines
464 B
C
Raw Normal View History

2015-05-13 18:47:23 +00:00
/*
* UAE - The Un*x Amiga Emulator
*
* CIA chip support
*
* (c) 1995 Bernd Schmidt
*/
extern void CIA_reset (void);
extern void CIA_vsync_prehandler (void);
extern void CIA_vsync_posthandler (void);
extern void CIA_hsync_posthandler (void);
2015-05-13 18:47:23 +00:00
extern void CIA_handler (void);
extern void diskindex_handler (void);
extern void cia_diskindex (void);
extern void rethink_cias (void);
extern void cia_set_overlay (bool);
2015-09-09 21:49:41 +02:00
extern void rtc_hardreset(void);