Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Jan 9, 2018
1 parent 0699ccb commit 9adbce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.9.5

* CPU read timing improvements. Fixes edge cases in timer loops.

# 0.9.4

* Fix the two highest bits in undefined TIA reads
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "6502.ts",
"version": "0.9.4",
"version": "0.9.5",
"description": "A 6502 emulator written in typescript",
"author": "[email protected]",
"license": "GPL-2.0+",
Expand Down

0 comments on commit 9adbce4

Please sign in to comment.