Home
last modified time | relevance | path

Searched refs:gb_apu_write_osc (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dsound.cpp610 static void gb_apu_write_osc( int index, int reg, int old_data, int data ) in gb_apu_write_osc() function
658 gb_apu_write_osc( reg / 5, reg, old_data, data ); /* Oscillator*/ in gb_apu_write_register()