]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/em-test.c
Finished adding c128 internal/external function ram emd's.
[cc65] / testcode / lib / em-test.c
index d6683f5501e85dd63d5cc9bf9b632dc25b722a96..230e87f57a7497364fb377b7221f267b2c1bc4d7 100644 (file)
@@ -97,6 +97,7 @@ static emd_test_t drivers[] = {
     { '4', "REU", "c128-reu.emd" },
     { '5', "VDC", "c128-vdc.emd" },
     { '6', "Internal Function RAM", "c128-ifnram.emd" },
+    { '7', "External Function RAM", "c128-efnram.emd" },
 #endif
 
 #if defined(__CBM510__)