Implement phone book to remap phone numbers to addresses for modem
This commit is contained in:
parent
de45c413ae
commit
e905a6bd5d
4 changed files with 101 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue