Build: Don't flip video mode for -DDEBUG in Dosemu

This commit is contained in:
Andrew Bird 2022-01-15 17:35:31 +00:00 committed by Kenneth J Davis
parent 9135a644c2
commit 8c8d213119

View File

@ -1388,7 +1388,7 @@ COUNT dsk_init()
{
printf(" - InitDisk");
#ifdef DEBUG
#if defined(DEBUG) && !defined(DOSEMU)
{
iregs regs;
regs.a.x = 0x1112; /* select 43 line mode - more space for partinfo */