From 06f2daa56e0eb8e592c015b07dbeb787bb081e4d Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 5 Jul 2021 21:37:37 +0000 Subject: Added TAP file loading. --- source/snapshot.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/snapshot.c') diff --git a/source/snapshot.c b/source/snapshot.c index e75a359..61cffc2 100644 --- a/source/snapshot.c +++ b/source/snapshot.c @@ -137,7 +137,6 @@ void SNAP_Save(Z80 *cpu, SnapshotType type) void SNAP_Load(Z80 *cpu, const char *optional_name, SnapshotType type) { - static char last_dir[FILENAME_MAX] = "/"; char file[FILENAME_MAX]; FILE *fp = NULL; -- cgit v1.2.3