Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the source code of this file.
Functions | |
void | hostfs_init (const char *basedir, const char *subdir) |
void | hostfs_close_all (void) |
void | hostfs_flush_all (void) |
Uint8 | hostfs_read_reg0 (void) |
Uint8 | hostfs_read_reg1 (void) |
void | hostfs_write_reg0 (Uint8 data) |
void | hostfs_write_reg1 (Uint8 data) |
void hostfs_close_all | ( | void | ) |
Definition at line 262 of file cbmhostfs.c.
void hostfs_flush_all | ( | void | ) |
Definition at line 270 of file cbmhostfs.c.
void hostfs_init | ( | const char * | basedir, |
const char * | subdir | ||
) |
Definition at line 183 of file cbmhostfs.c.
Uint8 hostfs_read_reg0 | ( | void | ) |
Definition at line 617 of file cbmhostfs.c.
Uint8 hostfs_read_reg1 | ( | void | ) |
Definition at line 669 of file cbmhostfs.c.
void hostfs_write_reg0 | ( | Uint8 | data | ) |
Definition at line 625 of file cbmhostfs.c.
void hostfs_write_reg1 | ( | Uint8 | data | ) |
Definition at line 720 of file cbmhostfs.c.