Searched refs:irqAoff_callback (Results 1 – 5 of 5) sorted by relevance
/dports/emulators/x16-emulator/x16-emulator-r38/extern/src/ |
H A D | ym2151.c | 765 static TIMER_CALLBACK( irqAoff_callback ) in TIMER_CALLBACK() argument 1054 … device->machine().scheduler().timer_set(attotime::zero, FUNC(irqAoff_callback), 0, chip); in YM_write_reg()
|
/dports/emulators/cannonball/cannonball-0.34/src/main/hwaudio/ |
H A D | ym2151.cpp | 728 static TIMER_CALLBACK( irqAoff_callback ) in TIMER_CALLBACK() argument 1017 … device->machine().scheduler().timer_set(attotime::zero, FUNC(irqAoff_callback), 0, chip); in write_reg()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/ |
H A D | ym2151.c | 810 static void irqAoff_callback(int n) in irqAoff_callback() function 1114 timer_set(TIME_NOW,n,irqAoff_callback); in YM2151WriteReg()
|
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/ |
H A D | ym2151.c | 1119 timer_set(chip->device->machine, attotime_zero,chip,0,irqAoff_callback); in ym2151_write_reg()
|
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/ |
H A D | ym2151.c | 1118 timer_set(chip->device->machine, attotime_zero,chip,0,irqAoff_callback); in ym2151_write_reg()
|