summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-07-24 22:35:21 +0000
committerIan C <ianc@noddybox.co.uk>2006-07-24 22:35:21 +0000
commit855cd20abc5cdf48dc691ee2ab818ea85f6ecd04 (patch)
treee2b7d1e295ce0de8a812e31e49fc33c245e3f6b7 /src/config.c
parenteadcbfa85ed30c5534f5b3646b27b37d2e6eae4d (diff)
Fixed default ROM name
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index c1c6e09..ba3db5b 100644
--- a/src/config.c
+++ b/src/config.c
@@ -44,7 +44,7 @@ static const char ident_h[]=ESPEC_CONFIG_H;
/* ---------------------------------------- CONFIG
*/
-static char rompath[FILENAME_MAX]="./zx81.rom";
+static char rompath[FILENAME_MAX]="./spec48.rom";
static char tapedir[FILENAME_MAX]=".";
static int fullscreen=FALSE;
static int memsize=16;