Skip to content

Commit

Permalink
Release version 1.0.1 - fixed TIMA and DIVA timers, fixed handling in…
Browse files Browse the repository at this point in the history
…terrupts and HALT instruction. Fixed LCD status when it is disabled. All Blargg's test are now passing and Dr Mario works correctly
  • Loading branch information
darekg11 committed Aug 30, 2021
1 parent d72ef8c commit b95c0a0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/package-lock.json

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

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gb-js-multi-emu-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "./dist/GameboyEmulator.js",
"types": "./dist/GameboyEmulator.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gb-js-multi-emu-desktop",
"version": "1.0.0",
"version": "1.0.1",
"description": "Desktop UI for GB JS Multi Emu",
"main": "dist/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion mobile/package-lock.json

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

2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gb-js-multi-emu-mobile",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"build-write-commit": "./scripts/write-git-commit.sh",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gb-js-multi-emu-website",
"version": "1.0.0",
"version": "1.0.1",
"description": "Website UI for GB JS Multi Emu",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b95c0a0

Please sign in to comment.