#include "xemu/emutools.h"
#include "xemu/cbmhostfs.h"
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <time.h>
#include <dirent.h>
#include <fcntl.h>
#include <errno.h>
#include <stdlib.h>
Go to the source code of this file.
◆ CBM_DIR_LOAD_ADDRESS
| #define CBM_DIR_LOAD_ADDRESS 0x0401 |
◆ CBM_MAX_DIR_ENTRIES
| #define CBM_MAX_DIR_ENTRIES 144 |
◆ DEBUG_HOSTFS
| #define DEBUG_HOSTFS printf |
◆ NO_ERROR
| #define NO_ERROR |
( |
| ) |
set_error(0, 0, 0, 0, NULL) |
◆ READ_BUFFER_SIZE
| #define READ_BUFFER_SIZE 256 |
◆ SPEC_BUFFER_SIZE
| #define SPEC_BUFFER_SIZE 4096 |
◆ WRITE_BUFFER_SIZE
| #define WRITE_BUFFER_SIZE 256 |
◆ hostfs_close_all()
| void hostfs_close_all |
( |
void |
| ) |
|
◆ hostfs_flush_all()
| void hostfs_flush_all |
( |
void |
| ) |
|
◆ hostfs_init()
| void hostfs_init |
( |
const char * |
basedir, |
|
|
const char * |
subdir |
|
) |
| |
◆ hostfs_read_reg0()
| Uint8 hostfs_read_reg0 |
( |
void |
| ) |
|
◆ hostfs_read_reg1()
| Uint8 hostfs_read_reg1 |
( |
void |
| ) |
|
◆ hostfs_write_reg0()
| void hostfs_write_reg0 |
( |
Uint8 |
data | ) |
|
◆ hostfs_write_reg1()
| void hostfs_write_reg1 |
( |
Uint8 |
data | ) |
|