Skip to content

Commit

Permalink
Update CoCo2b ROM url info
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Sep 24, 2024
1 parent e56151b commit 40217e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ To make a new release, do this:
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)

* [v0.9.3](https://github.com/jedie/DragonPy/compare/v0.9.2...v0.9.3)
* 2024-09-24 - Update CoCo2b ROM url info
* 2024-09-24 - Update project setup + Use humanize from MC6809
* 2024-09-24 - Update requirements
* [v0.9.2](https://github.com/jedie/DragonPy/compare/v0.9.1...v0.9.2)
Expand Down
6 changes: 3 additions & 3 deletions dragonpy/CoCo/CoCo2b_rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

class CoCo2b_Basic13_ROM(ROMFile):
ARCHIVE_EXT = ARCHIVE_EXT_ZIP
URL = "https://raw.githubusercontent.com/Luciano2018/Batocera_V35_Bios/master/bios/coco2b.zip"
DOWNLOAD_SHA1 = "cc18ec64c5dc181a36c1e333eccb12d6b5441030" # downloaded .zip archive
FILE_COUNT = 3 # How many files are in the archive?
URL = "https://github.com/BatoceraPLUS/Batocera.PLUS-UPDATE-bios/raw/refs/heads/main/bios/coco2b.zip"
DOWNLOAD_SHA1 = "e08fe575f3329d6af01ab119a575ef70f2a59cc6" # downloaded .zip archive
FILE_COUNT = 2 # How many files are in the archive?
SHA1 = "28b92bebe35fa4f026a084416d6ea3b1552b63d3" # extracted ROM
FILENAME = "bas13.rom"

Expand Down

0 comments on commit 40217e3

Please sign in to comment.