diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9930c68..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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}" - }, - ] -} \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index e2bf681..0000000 --- a/README.md +++ /dev/null @@ -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) \ No newline at end of file diff --git a/sameboy-bootroms/INFO.md b/sameboy-bootroms/INFO.md new file mode 100644 index 0000000..f164721 --- /dev/null +++ b/sameboy-bootroms/INFO.md @@ -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 \ No newline at end of file diff --git a/sameboy-bootroms/cgb_boot_fast.bin b/sameboy-bootroms/cgb_boot_fast.bin new file mode 100644 index 0000000..7cde6ce Binary files /dev/null and b/sameboy-bootroms/cgb_boot_fast.bin differ