Skip to content

Commit

Permalink
Update ez80 emulation to fix call.sil, ld (iy+n),ix, ld (iy+n),iy beh…
Browse files Browse the repository at this point in the history
…aviour
  • Loading branch information
tomm committed Jan 21, 2025
1 parent 568cee3 commit d476e8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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
Expand Up @@ -2,7 +2,7 @@
members = ["agon-light-emulator-debugger", "agon-ez80-emulator", "agon-cli-emulator"]

[workspace.package]
version = "0.9.84"
version = "0.9.85"
edition = "2021"
authors = ["Tom Morton <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion agon-ez80-emulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ez80 = { git = "https://github.com/tomm/ez80.git", rev="64558c2acda1464248193f2f10804c2765b7478a"}
ez80 = { git = "https://github.com/tomm/ez80.git", rev="46386e432cf57540de9fea723eea55e6a3817d08"}
#ez80 = { path = "../../ez80" }
rand = "*"
filetime = "0.2"
Expand Down

0 comments on commit d476e8f

Please sign in to comment.