cleanup
This commit is contained in:
parent
19853e9de3
commit
14670bdb54
47
.vscode/launch.json
vendored
47
.vscode/launch.json
vendored
|
@ -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}"
|
||||
},
|
||||
]
|
||||
}
|
|
@ -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
3
sameboy-bootroms/INFO.md
Normal 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
|
BIN
sameboy-bootroms/cgb_boot_fast.bin
Normal file
BIN
sameboy-bootroms/cgb_boot_fast.bin
Normal file
Binary file not shown.
Loading…
Reference in a new issue