Skip to content

Commit

Permalink
v0.2.15: updated to cc6502 v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
steux committed Oct 9, 2023
1 parent 8c9e67f commit 7f8074e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 68 deletions.
114 changes: 47 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cc7800"
version = "0.2.14"
version = "0.2.15"
edition = "2021"
authors = ["Bruno STEUX <bruno.steux@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.2.15 (10/09/2023) :
- Moved to cc6502 v1.0.9

v0.2.14 (10/02/2023) :
- Bug corrected: current_bank is set correctly (bankswitching)
- Added generation of asm in banked rom
Expand Down

0 comments on commit 7f8074e

Please sign in to comment.