#include "xemu/emutools.h"
#include "cpmfs.h"
#include "hardware.h"
#include "bdos.h"
#include <dirent.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "console.h"
Go to the source code of this file.
◆ MAX_OPEN_FILES
#define MAX_OPEN_FILES 32 |
◆ cpmfs_close_all_files()
void cpmfs_close_all_files |
( |
void |
| ) |
|
◆ cpmfs_init()
◆ cpmfs_mount_drive()
int cpmfs_mount_drive |
( |
int |
drive, |
|
|
const char * |
dir_path, |
|
|
int |
dirbase_part_only |
|
) |
| |
◆ cpmfs_search_file()
int cpmfs_search_file |
( |
void |
| ) |
|
◆ cpmfs_search_file_get_result_path()
char* cpmfs_search_file_get_result_path |
( |
void |
| ) |
|
◆ cpmfs_search_file_setup()
int cpmfs_search_file_setup |
( |
int |
drive, |
|
|
const Uint8 * |
input, |
|
|
int |
options |
|
) |
| |
◆ cpmfs_uninit()
void cpmfs_uninit |
( |
void |
| ) |
|
◆ checksum
◆ current_drive
◆ dir
◆ dir_path
◆ drive
◆ fd
◆ found
◆ host_name
◆ host_path
◆ last_fcb_addr
◆ options
◆ pattern
◆ result_is_valid
◆ ro
◆ sequence
◆ st
◆ stop_search