text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```c++ #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "resid-fp/sid.h" #include <86box/plat.h> #include <86box/snd_resid.h> #define RESID_FREQ 48000 using reSIDfp::SID; typedef struct psid_t { /* resid sid implementation */ SID *sid; int16_t last_sample; } psi...
/content/code_sandbox/src/sound/snd_resid.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
773
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_ac97_via.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
8,113
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_sb.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
53,137
```c #include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #define HAVE_STDARG_H #include <86box/86box.h> #include <86box/device.h> #include <86box/io.h> #include <86box/snd_cms.h> #include <86box/sound.h> #include <86box/plat_unused.h> void cms_update(cm...
/content/code_sandbox/src/sound/snd_cms.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,195
```c /* some code borrowed from scummvm */ #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #ifdef __unix__ # include <unistd.h> #endif #include <fluidsynth.h> #include <86box/86box.h> #include <86box/config.h> #include <86box/device.h> #include <86box/midi.h> #inclu...
/content/code_sandbox/src/sound/midi_fluidsynth.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,835
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/xaudio2.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,960
```c #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #include "cpu.h" #include <86box/86box.h> #include <86box/filters.h> #include <86box/lpt.h> #include <86box/machine.h> #include <86box/sound.h> #include <86box/timer.h> #include <86box/plat_unused.h> typedef struct ...
/content/code_sandbox/src/sound/snd_lpt_dss.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
953
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/sound/snd_opl.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
663
```c /*Jazz sample rates : 386-33 - 12kHz 486-33 - 20kHz 486-50 - 32kHz Pentium - 45kHz*/ #define _USE_MATH_DEFINES #include <math.h> #include <stdbool.h> #include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #define HAVE_STDARG_H #include <86box...
/content/code_sandbox/src/sound/snd_sb_dsp.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
37,045
```c #include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #define HAVE_STDARG_H #include <86box/86box.h> #include <86box/device.h> #include <86box/io.h> #include <86box/pic.h> #include <86box/sound.h> #include <86box/snd_sn76489.h> #include <86box/timer....
/content/code_sandbox/src/sound/snd_ps1.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,581
```c #include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #define HAVE_STDARG_H #include <86box/86box.h> #include <86box/device.h> #include <86box/io.h> #include <86box/mca.h> #include <86box/sound.h> #include <86box/timer.h> #include <86box/snd_opl.h> #...
/content/code_sandbox/src/sound/snd_adlib.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,179
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/openal.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,127
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_ad1848.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,870
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/sound/snd_opl_esfm.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,555
```c #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #include <86box/86box.h> #include <86box/device.h> #include <86box/mem.h> #include <86box/midi.h> #include <86box/plat.h> #include <86box/thread.h> #include <86box/rom.h> #include <86box/sound.h> #include <86box/ui.h...
/content/code_sandbox/src/sound/midi_mt32.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,084
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/sound/sound.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,868
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_mpu401.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
17,426
```c #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #include "cpu.h" #include <86box/86box.h> #include <86box/filters.h> #include <86box/lpt.h> #include <86box/machine.h> #include <86box/sound.h> #include <86box/timer.h> #include <86box/plat_unused.h> typedef struct ...
/content/code_sandbox/src/sound/snd_lpt_dac.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,004
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_pas16.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
27,888
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/sound/midi_rtmidi.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,084
```c /* * TYPE 0x11: (Washington) * Aztech MMPRO16AB, * Aztech Sound Galaxy Pro 16 AB * Aztech Sound Galaxy Washington 16 * ...and other OEM names * FCC ID I38-MMSN824 and others * * TYPE 0x0C: (Clinton) * Packard Bell FORTE16 * Aztech Sound Galaxy Nova 16 Extra * Aztech Sound Galaxy Clinton 16 * ...and oth...
/content/code_sandbox/src/sound/snd_azt2316a.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
14,599
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/sound/snd_opl_nuked.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
17,749
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_cs423x.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
8,929
```c #include <stdint.h> #include <stdio.h> #include <string.h> #include <wchar.h> #include <86box/86box.h> #include <86box/snd_ym7128.h> #include <86box/plat_unused.h> static int attenuation[32]; static int tap_position[32]; void ym7128_init(UNUSED(ym7128_t *ym7128)) { int c; double out = 65536.0; f...
/content/code_sandbox/src/sound/snd_ym7128.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,616
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_audiopci.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
22,705
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/sound/snd_optimc.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,928
```c #include <inttypes.h> #include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #define _USE_MATH_DEFINES #include <math.h> #define HAVE_STDARG_H #include <86box/86box.h> #include <86box/device.h> #include <86box/io.h> #include <86box/mem.h> #include <86...
/content/code_sandbox/src/sound/snd_emu8k.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
28,341
```c #include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #define HAVE_STDARG_H #include <86box/86box.h> #include <86box/device.h> #include <86box/gameport.h> #include <86box/io.h> #include <86box/snd_resid.h> #include <86box/sound.h> #include <86box/pla...
/content/code_sandbox/src/sound/snd_ssi2001.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,027
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_wss.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,469
```c #include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #define HAVE_STDARG_H #include <math.h> #include <86box/86box.h> #include <86box/device.h> #include <86box/dma.h> #include <86box/io.h> #include <86box/midi.h> #include <86box/nmi.h> #include <86b...
/content/code_sandbox/src/sound/snd_gus.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
14,314
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/midi.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,585
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86B...
/content/code_sandbox/src/sound/snd_speaker.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
778
```objective-c /* * RoboPlay for MSX * * yrw801.h */ /* Cacodemon345: Added pointer structs from Linux */ #pragma once #include <stdint.h> typedef struct { uint16_t tone; int16_t pitch_offset; uint8_t key_scaling; int8_t panpot; uint8_t vibrato; uint8_t tone_attenuate; uint8_t ...
/content/code_sandbox/src/sound/yrw801.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
238
```c #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #include <86box/86box.h> #include <86box/device.h> #include <86box/dma.h> #include <86box/io.h> #include <86box/pic.h> #include <86box/sound.h> #include <86box/snd_sn76489.h> #include <86box/timer.h> #include <86box/...
/content/code_sandbox/src/sound/snd_pssj.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,747
```c /* * ESFMu: emulator for the ESS "ESFM" enhanced OPL3 clone * * This file includes code and data from the Nuked OPL3 project, copyright (C) * 2013-2023 Nuke.YKT. Its usage, modification and redistribution is allowed * later. * * ESFMu is free software: you can redistribute it and/or modify * published by t...
/content/code_sandbox/src/sound/esfmu/esfm_registers.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
9,519
```objective-c /* * ESFMu: emulator for the ESS "ESFM" enhanced OPL3 clone * * ESFMu is free software: you can redistribute it and/or modify * published by the Free Software Foundation, either version 2.1 * * ESFMu is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the im...
/content/code_sandbox/src/sound/esfmu/esfm.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,046
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/WaveformCalculator.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,729
```objective-c #define HAVE_CXX14 ```
/content/code_sandbox/src/sound/resid-fp/config.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/OpAmp.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
785
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/WaveformGenerator.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,657
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/FilterModelConfig8580.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,723
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/FilterModelConfig6581.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
663
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Integrator8580.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
978
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/WaveformGenerator.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,061
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/Filter6581.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
396
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/FilterModelConfig.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
609
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Voice.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
762
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/Dac.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
823
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Integrator6581.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,797
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/ExternalFilter.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
581
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Dac.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
780
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implie...
/content/code_sandbox/src/sound/resid-fp/sidcxx11.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
325
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/Integrator8580.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
156
```c++ // your_sha256_hash----------- // This file is part of reSID, a MOS6581 SID emulator engine. // // This program is free software; you can redistribute it and/or modify // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; w...
/content/code_sandbox/src/sound/resid-fp/version.cc
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
162
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Filter8580.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,990
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Spline.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
355
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implie...
/content/code_sandbox/src/sound/resid-fp/array.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
441
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/Filter8580.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
534
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Filter6581.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,982
```c /* * ESFMu: emulator for the ESS "ESFM" enhanced OPL3 clone * * This file includes code and data from the Nuked OPL3 project, copyright (C) * 2013-2023 Nuke.YKT. Its usage, modification and redistribution is allowed * later. * * ESFMu is free software: you can redistribute it and/or modify * published by t...
/content/code_sandbox/src/sound/esfmu/esfm.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
64,457
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/WaveformCalculator.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,054
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/Spline.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
901
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/FilterModelConfig.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,176
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/FilterModelConfig6581.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,908
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/EnvelopeGenerator.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,437
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/Filter.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
534
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/ExternalFilter.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
815
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/sid.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,252
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/FilterModelConfig8580.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
347
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/SID.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,700
```objective-c // your_sha256_hash----------- // This file is part of reSID, a MOS6581 SID emulator engine. // // This program is free software; you can redistribute it and/or modify // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WAR...
/content/code_sandbox/src/sound/resid-fp/siddefs-fp.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
390
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/Integrator6581.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
154
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/EnvelopeGenerator.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
950
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Filter.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
845
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/Potentiometer.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
248
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/OpAmp.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
613
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/resample/ZeroOrderResampler.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
422
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/resample/TwoPassSincResampler.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
539
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/resample/test.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
669
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/resample/Resampler.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
453
```objective-c /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied wa...
/content/code_sandbox/src/sound/resid-fp/resample/SincResampler.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
795
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/MemoryRegion.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,398
```c++ /* * This file is part of libsidplayfp, a SID player engine. * * * This program is free software; you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty o...
/content/code_sandbox/src/sound/resid-fp/resample/SincResampler.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,378
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/LA32FloatWaveGenerator.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,060
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/config.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
372
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/MidiStreamParser.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,153
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/sound/munt/Partial.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,947
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/TVP.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
422
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/LA32Ramp.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
233
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/sound/munt/Analog.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,418
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/sound/munt/TVP.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,518
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/sound/munt/VersionTagging.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
269
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/sound/munt/LA32Ramp.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,544
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/Types.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
166
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/Structures.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,143
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/Synth.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,967
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/globals.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,565
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/sound/munt/Display.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,129
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/src/sound/munt/Part.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,226
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/sound/munt/TVF.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,585