Skip to content

Commit

Permalink
Update readme and cargo description
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jan 24, 2024
1 parent 8a72309 commit 6f871fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ultimate64"
version = "0.4.0"
edition = "2021"
description = "Rust library and command line interface for interfacing with Ultimate-64 and Ultimate-II+ devices using the REST API"
description = "Rust library and command line interface for networking with Ultimate-64 and Ultimate-II+ devices using the REST API"
authors = ["Mikael Lund <lyssky@icloud.com>"]
homepage = "https://github.com/mlund/ultimate64"
repository = "https://github.com/mlund/ultimate64"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ ultimate64 --help # show available commands
ultimate64 pause # pause machine
ultimate64 run skate_or_die.prg # load and run PRG file
ultimate64 load sprites.dat --address 0x2000 # load data to memory
ultimate65 peek 0x1000 --dasm -n 32 # disassemble memory
ultimate65 poke 0xd020 3 # write single byte
ultimate65 poke 4096 --xor 0b0000_1100 # bitwise manipulation
ultimate65 poke 0x0400 0x20 --fill 1000 # fill memory
ultimate64 peek 0x1000 --dasm -n 32 # disassemble memory
ultimate64 poke 0xd020 3 # write single byte
ultimate64 poke 4096 --xor 0b0000_1100 # bitwise manipulation
ultimate64 poke 0x0400 0x20 --fill 1000 # fill memory
ultimate64 sidplay yie_ar_kung_fu.sid -n 2 # play SID tune
ultimate64 modplay enigma.mod # play Amiga MOD tune
~~~
Expand Down

0 comments on commit 6f871fb

Please sign in to comment.