1
0
Fork 0

Implement phone book to remap phone numbers to addresses for modem

This commit is contained in:
NicknineTheEagle 2020-03-19 20:15:57 +03:00 committed by Patryk Obara
parent de45c413ae
commit e905a6bd5d
4 changed files with 101 additions and 10 deletions

View file

@ -768,6 +768,9 @@ void DOSBOX_Init(void) {
Pstring = Pmulti_remain->GetSection()->Add_string("parameters",Property::Changeable::WhenIdle,"");
Pmulti_remain->Set_help("see serial1");
Pstring = secprop->Add_path("phonebookfile", Property::Changeable::OnlyAtStart, "phonebook-" VERSION ".txt");
Pstring->Set_help("File used to map fake phone numbers to addresses.");
/* All the DOS Related stuff, which will eventually start up in the shell */
secprop=control->AddSection_prop("dos",&DOS_Init,false);//done