From 3a01ba95097b2de0be3108441816423d6fcdea1d Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Mon, 30 Nov 2015 10:15:28 -0800 Subject: [PATCH] Fixed emd driver names for atari-xl and apple2e. --- testcode/lib/em-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testcode/lib/em-test.c b/testcode/lib/em-test.c index 4a08d57c4..f4a56029a 100644 --- a/testcode/lib/em-test.c +++ b/testcode/lib/em-test.c @@ -58,7 +58,7 @@ typedef struct emd_test_s { static emd_test_t drivers[] = { #if defined(__APPLE2__) - { '0', "Apple II auxiliary memory", "a2e.auxmem.emd" }, + { '0', "Apple II auxiliary memory", "a2.auxmem.emd" }, #endif #if defined(__APPLE2ENH__) @@ -70,7 +70,7 @@ static emd_test_t drivers[] = { #endif #if defined(__ATARIXL__) - { '0', "Atari 130XE memory", "atr130.emd" }, + { '0', "Atari 130XE memory", "atrx130.emd" }, #endif #if defined(__C16__) -- 2.39.5