add a Sega Mega Drive / Genesis drawing mode

This commit is contained in:
Thomas Bernard
2019-05-21 22:40:28 +02:00
parent 537334f327
commit d2777d79cb
5 changed files with 48 additions and 12 deletions

View File

@@ -65,7 +65,8 @@ static const struct {
{ IMAGE_MODE_C64MULTI, "C64_MULTICOLOR" },
{ IMAGE_MODE_C64FLI, "C64_FLI" },
{ IMAGE_MODE_HGR, "APPLE2_HGR" },
{ IMAGE_MODE_DHGR, "APPLE2_DHGR" }
{ IMAGE_MODE_DHGR, "APPLE2_DHGR" },
{ IMAGE_MODE_MEGADRIVE, "SEGAMEGADRIVE" },
};
const char * Constraint_mode_label(enum IMAGE_MODES mode)