This commit is contained in:
Alex Janka 2023-10-14 09:15:51 +11:00
parent 19853e9de3
commit 14670bdb54
4 changed files with 3 additions and 50 deletions

47
.vscode/launch.json vendored
View file

@ -1,47 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'gb-emu'",
"cargo": {
"args": [
"build",
"--bin=gb-emu",
"--package=gb-emu",
],
"filter": {
"name": "gb-emu",
"kind": "bin"
},
},
"args": [
"test-roms/Tetris.gb"
],
"cwd": "${workspaceFolder}",
"console": "internalConsole"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'vst'",
"cargo": {
"args": [
"build",
"--bin=vst",
"--package=vst"
],
"filter": {
"name": "vst",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
]
}

View file

@ -1,3 +0,0 @@
[![Build Emulator](https://github.com/italicsjenga/gb-emu/actions/workflows/build-emu.yml/badge.svg)](https://github.com/italicsjenga/gb-emu/actions/workflows/build-emu.yml)
[![Build VST](https://github.com/italicsjenga/gb-emu/actions/workflows/build-vst.yml/badge.svg)](https://github.com/italicsjenga/gb-emu/actions/workflows/build-vst.yml)

3
sameboy-bootroms/INFO.md Normal file
View file

@ -0,0 +1,3 @@
Up to date with [Sameboy](https://github.com/LIJI32/SameBoy) 14-10-2023
Last relevant commit: [59ecd4b](https://github.com/LIJI32/SameBoy/commit/59ecd4b9bcbe4deb305a9aa3f09e51803f7b58dd) 12-02-2023

Binary file not shown.