gsplus/src/scc_llap.h

14 lines
423 B
C
Raw Normal View History

2015-11-05 20:23:46 +00:00
/*
GSPLUS - Advanced Apple IIGS Emulator Environment
Based on the KEGS emulator written by Kent Dickey
See COPYRIGHT.txt for Copyright information
See LICENSE.txt for license (GPL v2)
2015-11-05 20:23:46 +00:00
*/
void scc_llap_init();
void scc_llap_shutdown();
void scc_llap_update();
void scc_llap_fill_readbuf(int port, int space_left, double dcycs);
void scc_llap_empty_writebuf(int port, double dcycs);
2016-02-08 05:01:25 +00:00
void scc_llap_set_node(byte val);