mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
10 lines
190 B
C
10 lines
190 B
C
|
|
int ioport_init (void);
|
|
void ioport_free (void);
|
|
void ioport_write (int,uae_u8);
|
|
uae_u8 ioport_read (int);
|
|
|
|
int paraport_init (void);
|
|
int paraport_open (TCHAR*);
|
|
void paraport_free (void);
|