- Timestamp:
- 05/27/2018 09:25:02 PM (6 years ago)
- Branches:
- master
- Children:
- e5a7d09
- Parents:
- 72b5744
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emu/main.c
r72b5744 r6027d76 41 41 const char *bios = "bios.abs"; 42 42 const char *disk = "buchla.disk"; 43 const char *font = " ttf/vera-sans-mono.ttf";43 const char *font = "vera.ttf"; 44 44 45 45 uint32_t mid_port = 0; … … 60 60 fprintf(fh, " bios - BIOS ROM file (default: bios.abs)\n"); 61 61 fprintf(fh, " disk - disk image file (default: buchla.disk)\n"); 62 fprintf(fh, " font - console and LCD font (default: ttf/vera-sans-mono.ttf)\n");62 fprintf(fh, " font - console and LCD font (default: vera.ttf)\n"); 63 63 fprintf(fh, " port - number of the desired MIDI port (default: 0)\n"); 64 64 fprintf(fh, " \"list\" instead of a port number lists available ports\n");
Note:
See TracChangeset
for help on using the changeset viewer.