Changeset 6027d76 in buchla-emu for emu


Ignore:
Timestamp:
05/27/2018 09:25:02 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e5a7d09
Parents:
72b5744
Message:

Get rid of ttf subdirectory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/main.c

    r72b5744 r6027d76  
    4141const char *bios = "bios.abs";
    4242const char *disk = "buchla.disk";
    43 const char *font = "ttf/vera-sans-mono.ttf";
     43const char *font = "vera.ttf";
    4444
    4545uint32_t mid_port = 0;
     
    6060        fprintf(fh, "  bios - BIOS ROM file (default: bios.abs)\n");
    6161        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");
    6363        fprintf(fh, "  port - number of the desired MIDI port (default: 0)\n");
    6464        fprintf(fh, "         \"list\" instead of a port number lists available ports\n");
Note: See TracChangeset for help on using the changeset viewer.