Skip to content

Commit

Permalink
list
Browse files Browse the repository at this point in the history
  • Loading branch information
sblendorio committed Dec 7, 2020
1 parent 46b94f5 commit 865e3a1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/samples/u-term.seq
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
afterlife.dynu.com 6400
bbs.retrocampus.com 6510
afterlife.dynu.com 6400
borderlinebbs.dyndns.org 6400
commodore4everbbs.dynu.net 6400
eagleman.bounceme.net 6464
Expand Down
4 changes: 2 additions & 2 deletions src/samples/ultimateterm.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ void load_phonebook(void) {
strcpy(phonebook[0], "MANUAL ENTRY");
if (dev < 8 || bytesRead <= 0) { // No drive or no file
// Default phonebook
strcpy(phonebook[1], "afterlife.dynu.com 6400");
strcpy(phonebook[2], "bbs.retrocampus.com 6510");
strcpy(phonebook[1], "bbs.retrocampus.com 6510");
strcpy(phonebook[2], "afterlife.dynu.com 6400");
strcpy(phonebook[3], "borderlinebbs.dyndns.org 6400");
strcpy(phonebook[4], "commodore4everbbs.dynu.net 6400");
strcpy(phonebook[5], "eagleman.bounceme.net 6464");
Expand Down
Binary file modified target/UltimateTerm-and-demos.d64
Binary file not shown.
Binary file modified target/u-term128.prg
Binary file not shown.
Binary file modified target/u-term64.prg
Binary file not shown.

0 comments on commit 865e3a1

Please sign in to comment.