Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Updated README and bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-shapton_hodge committed Dec 23, 2024
1 parent c690dc4 commit 04f1df9
Showing 4 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -74,6 +74,9 @@ Options:
--version Show the version and exit.
--help Show this message and exit.
Check out the Github page for more documentation at
https://github.com/Sphere-Corporation/CONVERT
```

# convertROM
@@ -104,7 +107,7 @@ Options:

Defaults:

| Argument | Value |Notes|
|-----------|-------|-----|
|`extension`| `.h` |Extension given to the output file if no other extension is given|
| Argument | Value |Notes|
|-----------|--------|-----|
|`ext` | `.h` |Extension given to the output file if no other extension is given|
|`base` | `0xFE00`| Location of the base address of the ROM Image|
2 changes: 1 addition & 1 deletion convertEXE
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ See http://en.wikipedia.org/wiki/Kansas_City_standard
"""

# Define software characteristics
_version = '1.0.3';
_version = '1.0.3.1';
_package_name = 'convertEXE';
_message = '%(package)s (Version %(version)s): Convert MC6800 assembled code into Sphere-1 loadable package and other formats.\n(c) Andrew Shapton 2023, Portions (c) Ben Zotto 2023';

4 changes: 2 additions & 2 deletions convertROM
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
#
# Author: Andrew Shapton
#
# Date: 24-MAY-2023
# Date: 04-OCT-2024
#
# Version: 1.2
# Version: 1.3
#
# Revision History
#
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "convertSPHERE"
version = "1.0.2"
version = "1.3"
description = "Convert various SPHERE-1 related resources into different formats"
requires-python = ">=3.9"
dependencies = [

0 comments on commit 04f1df9

Please sign in to comment.