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 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T23:35:02.000Z (over 1 year ago)
- Last Synced: 2025-03-28T21:12:31.032Z (about 1 year ago)
- Topics: archiver, commodore, commodore-128, commodore-64, emulation, file-info, ms-dos, retrocomputing, unix
- Language: C
- Homepage:
- Size: 130 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 UNIX-like systems, type:
make
or type:
make help
to see the list of other targets.
To compile under MS-DOS using Turbo C, type:
make -fmakefile.dos
The project home page is at https://github.com/dfandrich/fvcbm
Daniel Fandrich