Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfandrich/fvcbm
A program which displays directories of Commodore 64 & 128 compatible archive files
https://github.com/dfandrich/fvcbm
archiver commodore commodore-128 commodore-64 emulation file-info ms-dos retrocomputing unix
Last synced: 7 days ago
JSON representation
A program which displays directories of Commodore 64 & 128 compatible archive files
- Host: GitHub
- URL: https://github.com/dfandrich/fvcbm
- Owner: dfandrich
- License: gpl-2.0
- Created: 2023-01-30T20:47:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T19:43:04.000Z (29 days ago)
- Last Synced: 2024-11-01T10:35:06.708Z (14 days ago)
- Topics: archiver, commodore, commodore-128, commodore-64, emulation, file-info, ms-dos, retrocomputing, unix
- Language: C
- Homepage:
- Size: 127 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is the source code to fvcbm, a program which displays directories of
Commodore 64 & 128 compatible archive files.fvcbm supports the following archive types: ARC230 (not to be confused with SEA
ARC), self-extracting ARC230 (SDA), Lynx, CS-DOS (LZH), self-extracting CS-DOS
(SFX), LBR (not to be confused with LBR for CP/M), 64Net files (N64), PC64 emulator
files (R/S/U/P00), emulator tape images (T64 and TAP) and emulator disk images
(D64 and X64 and variants), including 1541, 1571, 1581, 8050 and 8250 disk
types.To compile it under Linux, type:
make linux
or type:
make
to see the list of other targets.To compile under MS-DOS using Turbo C, type:
make -fmakefile.dosThe project home page is at https://github.com/dfandrich/fvcbm
Daniel Fandrich