Working with cards and vblanking

This commit is contained in:
2022-05-08 20:11:52 -07:00
parent 4ff43893d0
commit a6dbca6a90
20 changed files with 665 additions and 84 deletions

View File

@@ -8,7 +8,8 @@
"scripts": {
"clean": "node ./scripts/clean",
"build": "npm run clean && node ./scripts/build",
"start": "npm run build && wine ./bgb/bgb64.exe ./build/Penny.gb"
"bgb": "wine ./bgb/bgb64.exe ./build/Penny.gb",
"start": "npm run build && npm run bgb"
},
"dependencies": {
"pngjs": "^6.0.0",