mirror of
https://github.com/a2-4am/wozardry.git
synced 2025-02-01 08:33:32 +00:00
final touches
This commit is contained in:
parent
6ce84d8238
commit
74db8e5fe6
@ -57,8 +57,8 @@ The `verify` command does not "read" the data on the disk like an emulator
|
|||||||
would. It merely verifies the structure of the `.woz` file itself and applies a
|
would. It merely verifies the structure of the `.woz` file itself and applies a
|
||||||
few sanity checks on the embedded metadata (if any). The disk may or may not
|
few sanity checks on the embedded metadata (if any). The disk may or may not
|
||||||
boot in an emulator. It may not pass its own copy protection checks. It may not
|
boot in an emulator. It may not pass its own copy protection checks. It may not
|
||||||
have the data you expected, or any data at all. `wozardry` can't answer those
|
have the data you expected, or any data at all. The `verify` command can not
|
||||||
questions.
|
answer those questions.
|
||||||
|
|
||||||
### `dump` command
|
### `dump` command
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ import itertools
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
__version__ = "2.0-beta" # https://semver.org
|
__version__ = "2.0" # https://semver.org
|
||||||
__date__ = "2019-03-02"
|
__date__ = "2019-03-04"
|
||||||
__progname__ = "wozardry"
|
__progname__ = "wozardry"
|
||||||
__displayname__ = __progname__ + " " + __version__ + " by 4am (" + __date__ + ")"
|
__displayname__ = __progname__ + " " + __version__ + " by 4am (" + __date__ + ")"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user