Changeset 6027d76 in buchla-emu
- Timestamp:
- 05/27/2018 09:25:02 PM (6 years ago)
- Branches:
- master
- Children:
- e5a7d09
- Parents:
- 72b5744
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
copying.txt
r72b5744 r6027d76 54 54 ---------------------- 55 55 56 (Applicable to the font in the "ttf" subdirectory.)56 (Applicable to the "vera.ttf" font file.) 57 57 58 58 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream -
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"); -
readme.txt
r72b5744 r6027d76 191 191 192 192 buchla | buchla.exe emulator executable (.exe for Windows) 193 ttf/vera-sans-mono.ttfemulator font193 vera.ttf emulator font 194 194 bios.abs BIOS code 195 195 buchla.disk disk image
Note:
See TracChangeset
for help on using the changeset viewer.