Merge pull request #241 from blackystardust/c128-function-ram-emd

C128 function ram emd
This commit is contained in:
Bob Andrews
2016-02-27 18:08:55 +01:00
4 changed files with 654 additions and 0 deletions

View File

@@ -97,6 +97,8 @@ static emd_test_t drivers[] = {
{ '3', "RamCart", "c128-ramcart.emd" },
{ '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__)