1
0
Fork 0

Remove auto machine type

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1693
This commit is contained in:
Sjoerd van der Berg 2004-02-29 22:29:31 +00:00
parent 96b66f1d45
commit 1d070676ee
2 changed files with 4 additions and 6 deletions

View file

@ -63,8 +63,7 @@ enum MachineType {
MCH_HERC,
MCH_CGA,
MCH_TANDY,
MCH_VGA,
MCH_AUTO
MCH_VGA
};
extern MachineType machine;