Changeset 6027d76 in buchla-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.

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • copying.txt

    r72b5744 r6027d76  
    5454----------------------
    5555
    56 (Applicable to the font in the "ttf" subdirectory.)
     56(Applicable to the "vera.ttf" font file.)
    5757
    5858Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
  • 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");
  • readme.txt

    r72b5744 r6027d76  
    191191
    192192  buchla | buchla.exe     emulator executable (.exe for Windows)
    193   ttf/vera-sans-mono.ttf  emulator font
     193  vera.ttf                emulator font
    194194  bios.abs                BIOS code
    195195  buchla.disk             disk image
Note: See TracChangeset for help on using the changeset viewer.