Project

General

Profile

« Previous | Next » 

Revision 69

Added by markw over 11 years ago

Mist read/write support added/debugged. Single OS ROM + file selector. Fix bug when using "move to drive 1" which reinstated empty drives! Never access Atari system while reset.

View differences:

fileselector.c
extern int debug_pos; // ARG!
extern int debug_adjust; // ARG!
extern char USER_DIR[];
// TODO!
#define MAX_PATH_LENGTH (9*5 + 8+3+1 + 1)
......
char dir[MAX_PATH_LENGTH];
if (file_name(file)[0] == '\0')
{
strcpy(&dir[0],"/atari800/user");
strcpy(&dir[0],USER_DIR);
}
else
{

Also available in: Unified diff