|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Serial Line Emulation
5: *
1.1.1.3 ! root 6: * Copyright 1996, 1997 Stefan Reinauer <[email protected]>
! 7: * Copyright 1997 Christian Schmitt <[email protected]>
1.1 root 8: */
9:
10: extern void serial_init(void);
11: extern void serial_exit(void);
1.1.1.3 ! root 12: extern void serial_dtr_off(void);
1.1 root 13:
1.1.1.3 ! root 14: extern uae_u16 SERDATR(void);
! 15: extern int SERDATS(void);
! 16: extern void SERPER(uae_u16 w);
! 17: extern void SERDAT(uae_u16 w);
1.1 root 18:
1.1.1.3 ! root 19: extern uae_u16 serial_writestatus(int, int);
! 20: extern int serial_readstatus (void);
! 21: extern uae_u16 serdat;
! 22:
! 23: extern int doreadser, serstat;
! 24:
! 25: extern void serial_flush_buffer(void);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.