• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

captures/dmg-cpu-b/H26-Jun-2020-11

contrib/H26-Jun-2020-331246

desktop/H26-Jun-2020-1211

examples/H03-May-2022-2821

man/H03-May-2022-392383

mime/H26-Jun-2020-1513

po/H26-Jun-2020-874696

.gitignoreH A D26-Jun-2020162 2221

.travis.ymlH A D26-Jun-2020477 2928

CODINGSTYLEH A D26-Jun-2020411 1210

COPYRIGHTH A D26-Jun-2020568 1711

HISTORYH A D26-Jun-20208.7 KiB353260

INSTALLH A D26-Jun-20201.8 KiB6038

LICENCEH A D26-Jun-202012.3 KiB252200

MakefileH A D03-May-202211.7 KiB451366

READMEH A D26-Jun-2020999 2718

TESTSUITEH A D26-Jun-20202.1 KiB10376

cfgparser.cH A D26-Jun-20204 KiB225183

cfgparser.hH A D26-Jun-2020671 2714

common.hH A D26-Jun-20202.2 KiB13491

configureH A D03-May-202224 KiB1,050879

crc32.cH A D26-Jun-20201.6 KiB5121

crc32.hH A D26-Jun-2020134 74

depend.shH A D26-Jun-2020647 3723

gbcpu.cH A D26-Jun-202048.6 KiB1,9811,761

gbcpu.hH A D26-Jun-20202.3 KiB12487

gbhw.cH A D26-Jun-202027.2 KiB1,135968

gbhw.hH A D26-Jun-20202.3 KiB8465

gbs.cH A D26-Jun-202018.4 KiB694598

gbs.hH A D26-Jun-20201.6 KiB7254

gbsinfo.cH A D26-Jun-20201.3 KiB7958

gbsplay.cH A D26-Jun-202017 KiB809680

gbsxmms.cH A D26-Jun-202023 KiB753627

gbsxmms.so.verH A D26-Jun-202053 76

gen_impulse_h.cH A D26-Jun-20201.2 KiB4631

gen_linkercfg.shH A D26-Jun-2020498 3723

impulsegen.cH A D26-Jun-20202.9 KiB10782

impulsegen.hH A D26-Jun-2020353 165

plugout.cH A D26-Jun-20202.2 KiB10583

plugout.hH A D26-Jun-20201.5 KiB5942

plugout_alsa.cH A D26-Jun-20203.6 KiB139105

plugout_altmidi.cH A D26-Jun-20206 KiB375268

plugout_devdsp.cH A D26-Jun-20202.2 KiB8867

plugout_dsound.cH A D26-Jun-20205.8 KiB213179

plugout_iodumper.cH A D26-Jun-20201.3 KiB6843

plugout_midi.cH A D26-Jun-20207.5 KiB434318

plugout_nas.cH A D26-Jun-20205.8 KiB234127

plugout_pulse.cH A D26-Jun-20201.4 KiB6444

plugout_stdout.cH A D26-Jun-2020964 5028

test.hH A D26-Jun-20202.4 KiB10779

test_gbs.cH A D26-Jun-2020981 5136

util.cH A D26-Jun-20201.1 KiB5031

util.hH A D26-Jun-2020281 155

README

1
2gbsplay - A Gameboy sound player
3
4(C) 2003-2006,2008 by Tobias Diedrich <ranma+gbsplay@tdiedrich.de>
5                      Christian Garbs <mitch@cgarbs.de>
6                      Maximilian Rehkopf <otakon@gmx.net>
7                      Vegard Nossum <vegardno@ifi.uio.no>
8
9Licensed under GNU GPL v1 or, at your option, any later version.
10
11Homepage/Repo:   https://github.com/mmitch/gbsplay/
12Email contact:   <gbsplay-dev@lists.uguu.de>
13Bug reports:     please send new bugs to the mailing list
14                 or use the issue tracker at
15                 https://github.com/mmitch/gbsplay/issues
16
17This program emulates the sound hardware of the Nintendo Gameboy.  It
18is able to play the sounds from a Gameboy module dump (.GBS format).
19
20gbsplay is compatible to GBSv1.  It uses a backwards compatible extension
21to store additional information in the file.  The gbsplay package contains
22the following parts:
23
24 * gbsplay:     a console player
25 * gbsinfo:     displays information about a gbs file
26
27