Sinfonia: Report the S2245 '4up' print method

This commit is contained in:
Solomon Peachy 2020-08-23 15:23:05 -04:00
parent 8847037a32
commit 574daa69f8
2 changed files with 4 additions and 2 deletions

View File

@ -896,6 +896,8 @@ const char *sinfonia_print_methods (uint8_t v) {
return "2up";
case PRINT_METHOD_COMBO_3:
return "3up";
case PRINT_METHOD_COMBO_4:
return "4up";
case PRINT_METHOD_SPLIT:
return "Split";
case PRINT_METHOD_DOUBLE:

View File

@ -24,7 +24,7 @@
*
*/
#define LIBSINFONIA_VER "0.16"
#define LIBSINFONIA_VER "0.17"
#define SINFONIA_HDR1_LEN 0x10
#define SINFONIA_HDR2_LEN 0x64
@ -164,7 +164,7 @@ const char *sinfonia_print_modes(uint8_t v);
#define PRINT_METHOD_COMBO_2 0x02
#define PRINT_METHOD_COMBO_3 0x03 // S6245 only
#define PRINT_METHOD_SPLIT 0x04
#define PRINT_METHOD_4SPLIT 0x05 // S2245 only
#define PRINT_METHOD_COMBO_4 0x05 // S2245 only
#define PRINT_METHOD_DOUBLE 0x08 // S6145 only
#define PRINT_METHOD_DISABLE_ERR 0x10 // S6245 only
#define PRINT_METHOD_NOTRIM 0x80 // S6145 only