diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-07-24 22:35:21 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-07-24 22:35:21 +0000 |
commit | 855cd20abc5cdf48dc691ee2ab818ea85f6ecd04 (patch) | |
tree | e2b7d1e295ce0de8a812e31e49fc33c245e3f6b7 | |
parent | eadcbfa85ed30c5534f5b3646b27b37d2e6eae4d (diff) |
Fixed default ROM name
-rw-r--r-- | src/config.c | 2 |
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; |