controller variable is no longer sensible
set default label to BIG
This commit is contained in:
parent
25fdc7657d
commit
525af3c6b2
@ -878,8 +878,7 @@ void get_parameters(void)
|
|||||||
b_setvar(E_SPECIAL|E_VAR, "c0",
|
b_setvar(E_SPECIAL|E_VAR, "c0",
|
||||||
DOS ? "dosfile" : get_bus() == 1 ? "at" : "bios");
|
DOS ? "dosfile" : get_bus() == 1 ? "at" : "bios");
|
||||||
#else
|
#else
|
||||||
b_setvar(E_SPECIAL|E_VAR, "label", "AT");
|
b_setvar(E_SPECIAL|E_VAR, "label", "BIG");
|
||||||
b_setvar(E_SPECIAL|E_VAR, "controller", "c0");
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if DOS
|
#if DOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user