-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Enno
committed
Oct 6, 2022
1 parent
25d74fb
commit a19d04d
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
# ultim8 0.1 | ||
|
||
Ultim8 provides 1541Ultimate control to start programs and disks via TCP. | ||
Ultim8 provides 1541Ultimate control to run and mount C64 programs and disks via TCP. | ||
It is a partial port of [Ucodenet](https://csdb.dk/release/?id=189723) by TTL in pure Go by burg. | ||
|
||
## Features | ||
|
||
- Resets, Mounts and runs prg/d64/d71/d81 files transparently. | ||
- Supports multidisk and flip disk, just hit enter at the turn disk part. | ||
- Force mount (no reset, no run) with the -m flag. | ||
|
||
## Install Library | ||
|
||
`go get github.com/staD020/ultim8` | ||
|
||
## Install Command-line Interface | ||
|
||
`go install github.com/staD020/ultim8@latest` |