add rrr driver to list

This commit is contained in:
mrdudz 2022-07-24 02:42:49 +02:00
parent bc44bd583c
commit 1bc05a7aa0
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ static emd_test_t drivers[] = {
{ '8', "C64DTV himem", "dtv-himem.emd" },
{ '9', "65816 extra banks", "c64-65816.emd" },
{ 'k', "Kerberos", "c64-kerberos.emd" },
{ 'r', "Retro Replay RAM", "c64-rrr.emd" },
#endif
#if defined(__C128__)