Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Enno committed Oct 6, 2022
1 parent 25d74fb commit a19d04d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
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`

0 comments on commit a19d04d

Please sign in to comment.