summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/gb.cpp
Commit message (Expand)AuthorAgeFilesLines
* -sound/gb.cpp: Initialise enough member variable to avoid branching on uninit... Vas Crabb2025-06-081-38/+20
* New sound infrastructure. Olivier Galibert2025-04-271-6/+4
* sound/gb.cpp: Fixed master volume control and cleaned up code: (#13483) cam9002025-04-171-346/+339
* -sound/gb.cpp: Simplified some overly convoluted expressions, and tidied a bit. Vas Crabb2024-05-261-18/+18
* sound/gb.cpp: Fix regression (#12406) cam9002024-05-241-24/+11
* Cleanup: Vas Crabb2024-05-221-8/+7
* sound/gb.cpp: Implement GBA-specific wave channel bank and volume behavior, f... arbee2024-05-191-52/+239
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* Minor cleanup. Vas Crabb2022-04-011-25/+25
* sound/gb.cpp: Fix cycle handling. [ValleyBell] (#9436) wilbertpol2022-03-191-119/+45
* s_dsp/saa1099/scsp/segapcm/sn76477/snkwave/sp0256/spkrdev/spu/st0016/swp*: Up... Aaron Giles2020-09-211-1/+1
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-3/+2
* gaelco/gb/hc55516/huc620: update to new stream callback Aaron Giles2020-09-181-14/+11
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-5/+7
* sound/gb.cpp : Simplify handlers cam9002019-04-161-7/+7
* vgmplay: start all clocks at zero and reset all sound chips on a song change ... smf-2018-07-271-0/+10
* srcclean (nw) Vas Crabb2017-08-271-7/+7
* Merge pull request #2467 from 057a3dd61f99517a3afea0051a49cb27994f94d/gb-opti... R. Belmont2017-08-231-71/+63
|\
| * gb.cpp: save m_last_updated and m_snd_control.cycles 057a3dd61f99517a3afea0051a49cb27994f94d2017-07-141-0/+2
| * gb.cpp: optimize the channel update methods. 057a3dd61f99517a3afea0051a49cb27994f94d2017-07-131-71/+61
* | Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
|/
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* srcclean (nw) Vas Crabb2016-10-231-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* gameboy: fixed some audio regressions (nw) Wilbert Pol2016-10-071-4/+26
* gb.cpp: Some cpu, sound, and video updates (nw) Wilbert Pol2016-09-301-506/+965
* move gb sound and gb lcd in order to make snes compile, since used by bus dev... Miodrag Milanovic2016-05-011-0/+795