@zootrope - Looks like you did everything right and it confirms what we found out back in March. The test build is still up on
my downloads page, it is named crop_rec_module_test.2018Mar13.70D112.zip.
Here is the code snippet that should work. Note how it matches up with your screenshots:
modules/crop_rec/crop_rec.c
else if (is_camera("70D", "1.1.2"))
{
CMOS_WRITE = 0x26B54;
MEM_CMOS_WRITE = 0xE92D41F0;
ADTG_WRITE = 0x2684C;
MEM_ADTG_WRITE = 0xE92D47F0;
is_basic = 1;
crop_presets = crop_presets_basic;
crop_rec_menu[0].choices = crop_choices_basic;
crop_rec_menu[0].max = COUNT(crop_choices_basic) - 1;
crop_rec_menu[0].help = crop_choices_help_basic;
crop_rec_menu[0].help2 = crop_choices_help2_basic;
}
Don't know if it passed muster because as far as I know we never got the lossless compression working on the 70D, though everything else seems to be working fine.