You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* PDCurses */
|
|
|
|
#include "pdcdos.h"
|
|
#include "../common/dosutil.c"
|
|
|
|
const char *PDC_sysname(void)
|
|
{
|
|
return "DOSVGA";
|
|
}
|
|
|
|
enum PDC_port PDC_port_val = PDC_PORT_DOSVGA;
|