]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/em-test.c
blackystardust pull request with post-review changes
[cc65] / testcode / lib / em-test.c
index f4a56029a2b13184f28933be4db5a2f9bcaf86e4..76f6400c1bf74c4fa065e750ea7603e00962727a 100644 (file)
@@ -87,6 +87,7 @@ static emd_test_t drivers[] = {
     { '6', "REU", "c64-reu.emd" },
     { '7', "C128 VDC (in C64 mode)", "c64-vdc.emd" },
     { '8', "C64DTV himem", "dtv-himem.emd" },
+    { '9', "65816 extra banks", "c64-65816.emd" },
 #endif
 
 #if defined(__C128__)