1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

Started on making c128 function ram emd's.

This commit is contained in:
Marco van den Heuvel
2015-11-30 09:53:30 -08:00
parent 97c9ed3273
commit 7df35cac94
3 changed files with 306 additions and 6 deletions
+1
View File
@@ -96,6 +96,7 @@ 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" },
#endif
#if defined(__CBM510__)