Skip to content

Commit 533b26c

Browse files
maciejmaleckiMaciej Małecki
andauthored
Develop (#13)
* adding more stuff to global * prepare for 0.5.0 --------- Co-authored-by: Maciej Małecki <external.maciej.malecki@kuehne-nagel.com>
1 parent de85a5a commit 533b26c

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
## Change log
88

9+
### Changes in 0.5.0
10+
11+
* Expose macro: `c64lib_disableCIAInterrupts`
12+
13+
### Changes in 0.4.0
14+
915
### Changes in 0.3.0
1016

1117
* New macro: `vic2.asm/rotateCharRight`.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ retroProject {
2929
dialectVersion = "5.25"
3030
libDirs = [".ra/deps/c64lib"]
3131

32-
libFromGitHub "c64lib/common", "0.4.0"
32+
libFromGitHub "c64lib/common", "0.5.0"
3333
libFromGitHub "c64lib/64spec", "0.7.0pr"
3434
}
3535

lib/cia-global.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
.filenamespace c64lib
2828

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

0 commit comments

Comments
 (0)