gbsplay icon indicating copy to clipboard operation
gbsplay copied to clipboard

gameboy sound player

Results 28 gbsplay issues
Sort by recently updated
recently updated
newest added

I would like to pass a track number to gbsinfo to get information only for that subsong. Mainly I want to know the duration for each subsong. I could extract...

enhancement

Hi, First of all thanks for a great library! I wonder if there are any plans on making the code thread-safe? My use case is that I want to support...

enhancement

Currently the tests are disabled for MINGW_32/MINGW64 in `configure` because activating them gives errors like this: ``` TEST util.c C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\msys64\tmp\ccKTOltY.o:util.c:(.text+0x51): undefined reference to `libintl_fprintf' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\msys64\tmp\ccKTOltY.o:util.c:(.text+0x92): undefined reference to...

enhancement

The Code Coverage build workflow needs some extra flags to enable code coverage statistics. These flags don't work with the generation of `impulse.h` (LDFLAGS seems to be ignored), so the...

enhancement

I'd like to load a .gb file, simulate keypresses, and log the register writes. is it possible or doable with the help of plugins? Thx

question

Fix hex dump so it is similar to the binary file.

The `sys/soundcard.h` header on current FreeBSDs contains both the OSS audio system (aka `devdsp`) and a new FreeBSD audio system called AIO. We could implement a FreeBSD specific AIO audio...

enhancement
help wanted

Hi! I'm trying to install gbsplay on Windows 10. After figuring out that I needed GNU make, I downloaded it using Chocolatey. But when I tried to run the "make"...

help wanted
windows

im trying to download it for windows, but everything i downloaded just seems to be a copy of the repo and no executables

windows