From 855cd20abc5cdf48dc691ee2ab818ea85f6ecd04 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 24 Jul 2006 22:35:21 +0000 Subject: Fixed default ROM name --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3