Merge pull request #1509 from mrdudz/rremd

C64 Retro Replay EMD driver
This commit is contained in:
Bob Andrews
2022-08-11 01:11:16 +02:00
committed by GitHub
4 changed files with 370 additions and 0 deletions

View File

@@ -808,6 +808,11 @@ testcode.d64: testcode
$(foreach file,$(EXELIST_$(SYS)),$(D64_WRITE_PRG_recipe))
# $(foreach file,$(EMD) $(MOU) $(TGI),$(D64_WRITE_SEQ_recipe))
testcode.d81: testcode
@$(C1541) -format testcode,AA d81 $@ >$(NULLDEV)
$(foreach file,$(EXELIST_$(SYS)),$(D64_WRITE_PRG_recipe))
$(foreach file,$(EMD) $(MOU) $(TGI),$(D64_WRITE_SEQ_recipe))
# --------------------------------------------------------------------------
# Rule to make an Apple II disk with all testcode. Needs the AppleCommander
# program, available at https://applecommander.github.io/, and a template disk

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__)