Skip to content

Commit

Permalink
Develop (#13)
Browse files Browse the repository at this point in the history
* adding more stuff to global

* prepare for 0.5.0

---------

Co-authored-by: Maciej Małecki <[email protected]>
  • Loading branch information
maciejmalecki and Maciej Małecki authored Sep 27, 2023
1 parent de85a5a commit 533b26c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

## Change log

### Changes in 0.5.0

* Expose macro: `c64lib_disableCIAInterrupts`

### Changes in 0.4.0

### Changes in 0.3.0

* New macro: `vic2.asm/rotateCharRight`.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ retroProject {
dialectVersion = "5.25"
libDirs = [".ra/deps/c64lib"]

libFromGitHub "c64lib/common", "0.4.0"
libFromGitHub "c64lib/common", "0.5.0"
libFromGitHub "c64lib/64spec", "0.7.0pr"
}

1 change: 1 addition & 0 deletions lib/cia-global.asm
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
.filenamespace c64lib

.macro @c64lib_setVICBank(bank) { setVICBank(bank) }
.macro @c64lib_disableCIAInterrupts() { disableCIAInterrupts() }

0 comments on commit 533b26c

Please sign in to comment.