Home
last modified time | relevance | path

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

/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610/
H A Dym2610.c744 u8 adpcm_arrivedEndAddress; member
2323 YM2610.adpcm_arrivedEndAddress |= ch->flagMask; in OPNB_ADPCMA_calc_chan()
2620 YM2610.adpcm_arrivedEndAddress |= adpcmb->status_change_BRDY_bit; in OPNB_ADPCMB_write()
2721 YM2610.adpcm_arrivedEndAddress |= adpcmb->status_change_EOS_bit; in OPNB_ADPCMB_CALC()
2900 YM2610.adpcm_arrivedEndAddress = 0; in YM2610Reset()
2927 YM2610.adpcm_arrivedEndAddress |= YM2610.adpcmb.status_change_BRDY_bit; in YM2610Reset()
2996 YM2610.adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
3056 return YM2610.adpcm_arrivedEndAddress; in YM2610Read()
3360 state_save_byte(&YM2610.adpcm_arrivedEndAddress, 1); in STATE_SAVE()
3423 state_load_byte(&YM2610.adpcm_arrivedEndAddress, 1); in STATE_LOAD()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610-940/
H A Dym2610.c743 u8 adpcm_arrivedEndAddress; member
2335 YM2610->adpcm_arrivedEndAddress |= ch->flagMask; in OPNB_ADPCMA_calc_chan()
2632 YM2610->adpcm_arrivedEndAddress |= adpcmb->status_change_BRDY_bit; in OPNB_ADPCMB_write()
2733 YM2610->adpcm_arrivedEndAddress |= adpcmb->status_change_EOS_bit; in OPNB_ADPCMB_CALC()
2906 YM2610->adpcm_arrivedEndAddress = 0; in YM2610Reset()
2933 YM2610->adpcm_arrivedEndAddress |= YM2610->adpcmb.status_change_BRDY_bit; in YM2610Reset()
3002 YM2610->adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
3062 return YM2610->adpcm_arrivedEndAddress; in YM2610Read()
3326 state_save_byte(&YM2610->adpcm_arrivedEndAddress, 1); in STATE_SAVE()
3389 state_load_byte(&YM2610->adpcm_arrivedEndAddress, 1); in STATE_LOAD()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dfm.cpp2447 uint8_t adpcm_arrivedEndAddress; member
2479 adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3075 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in ym2608_reset_chip()
3589 device->save_item(NAME(F2610->adpcm_arrivedEndAddress)); in YM2610_save_state()
3600 F2610->adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
3605 F2610->adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
3726 F2610->adpcm_arrivedEndAddress = 0; in ym2610_reset_chip()
3801 F2610->adpcm_arrivedEndAddress &= statusmask; in ym2610_write()
3863 ret = F2610->adpcm_arrivedEndAddress; in ym2610_read()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/chips/mame/
H A Dfm.c2472 UINT8 adpcm_arrivedEndAddress; member
2548 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3712 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in ym2608_reset_chip()
4331 state_save_register_device_item(device, 0, F2610->adpcm_arrivedEndAddress); in YM2610_save_state()
4342 F2610->adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4347 F2610->adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4488 F2610->adpcm_arrivedEndAddress = 0; in ym2610_reset_chip()
4563 F2610->adpcm_arrivedEndAddress &= statusmask; in ym2610_write()
4627 ret = F2610->adpcm_arrivedEndAddress; in ym2610_read()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dfm.c2465 UINT8 adpcm_arrivedEndAddress; member
2541 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3699 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in ym2608_reset_chip()
4318 state_save_register_device_item(device, 0, F2610->adpcm_arrivedEndAddress); in YM2610_save_state()
4329 F2610->adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4334 F2610->adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4480 F2610->adpcm_arrivedEndAddress = 0; in ym2610_reset_chip()
4555 F2610->adpcm_arrivedEndAddress &= statusmask; in ym2610_write()
4619 ret = F2610->adpcm_arrivedEndAddress; in ym2610_read()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dfm.cpp2447 uint8_t adpcm_arrivedEndAddress; member
2479 adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3075 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in ym2608_reset_chip()
3589 device->save_item(NAME(F2610->adpcm_arrivedEndAddress)); in YM2610_save_state()
3600 F2610->adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
3605 F2610->adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
3726 F2610->adpcm_arrivedEndAddress = 0; in ym2610_reset_chip()
3801 F2610->adpcm_arrivedEndAddress &= statusmask; in ym2610_write()
3863 ret = F2610->adpcm_arrivedEndAddress; in ym2610_read()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/mamefm/
H A Dfm.cpp2488 uint8_t adpcm_arrivedEndAddress; member
2521 adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3135 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in ym2608_reset_chip()
3674 device->save_item(NAME(F2610->adpcm_arrivedEndAddress)); in YM2610_save_state()
3685 F2610->adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
3690 F2610->adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
3819 F2610->adpcm_arrivedEndAddress = 0; in ym2610_reset_chip()
3894 F2610->adpcm_arrivedEndAddress &= statusmask; in ym2610_write()
3956 ret = F2610->adpcm_arrivedEndAddress; in ym2610_read()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dfm.c2464 UINT8 adpcm_arrivedEndAddress; member
2540 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3698 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in ym2608_reset_chip()
4317 state_save_register_device_item(device, 0, F2610->adpcm_arrivedEndAddress); in YM2610_save_state()
4328 F2610->adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4333 F2610->adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4474 F2610->adpcm_arrivedEndAddress = 0; in ym2610_reset_chip()
4549 F2610->adpcm_arrivedEndAddress &= statusmask; in ym2610_write()
4613 ret = F2610->adpcm_arrivedEndAddress; in ym2610_read()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/sound/
H A Dfm.c2340 UINT8 adpcm_arrivedEndAddress; member
2416 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3543 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in YM2608ResetChip()
4076 state_save_register_item(statename, index, F2610->adpcm_arrivedEndAddress); in YM2610_save_state()
4087 F2610->adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4092 F2610->adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4207 F2610->adpcm_arrivedEndAddress = 0; in YM2610ResetChip()
4281 F2610->adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
4342 ret = F2610->adpcm_arrivedEndAddress; in YM2610Read()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dfm.c2418 UINT8 adpcm_arrivedEndAddress; member
2494 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3583 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in ym2608_reset_chip()
4138 F2610->adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4143 F2610->adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4284 F2610->adpcm_arrivedEndAddress = 0; in ym2610_reset_chip()
4357 F2610->adpcm_arrivedEndAddress &= statusmask; in ym2610_write()
4418 ret = F2610->adpcm_arrivedEndAddress; in ym2610_read()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dfm.c2645 UINT8 adpcm_arrivedEndAddress; member
2721 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3191 state_save_register_UINT8 (statename, num, "arrivedFlag", &F2608->adpcm_arrivedEndAddress , 1); in YM2608_save_state()
3366 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in YM2608ResetChip()
3923 state_save_register_UINT8 (statename, num, "arrivedFlag", &F2610->adpcm_arrivedEndAddress , 1); in YM2610_save_state()
3935 FM2610[which].adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
3939 FM2610[which].adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4084 F2610->adpcm_arrivedEndAddress = 0; in YM2610ResetChip()
4160 F2610->adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
4223 ret = F2610->adpcm_arrivedEndAddress; in YM2610Read()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dfm.c2609 UINT8 adpcm_arrivedEndAddress; member
2685 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3318 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in YM2608ResetChip()
3870 state_save_register_UINT8 (statename, num, "arrivedFlag", &F2610->adpcm_arrivedEndAddress , 1); in YM2610_save_state()
3882 FM2610[which].adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
3886 FM2610[which].adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4031 F2610->adpcm_arrivedEndAddress = 0; in YM2610ResetChip()
4107 F2610->adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
4170 ret = F2610->adpcm_arrivedEndAddress; in YM2610Read()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dfm.c2600 UINT8 adpcm_arrivedEndAddress; member
2676 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3829 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in YM2608ResetChip()
4381 state_save_register_UINT8 (statename, num, "arrivedFlag", &F2610->adpcm_arrivedEndAddress , 1); in YM2610_save_state()
4393 FM2610[which].adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4397 FM2610[which].adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4542 F2610->adpcm_arrivedEndAddress = 0; in YM2610ResetChip()
4618 F2610->adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
4681 ret = F2610->adpcm_arrivedEndAddress; in YM2610Read()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dfm.c2364 UINT8 adpcm_arrivedEndAddress; member
2439 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3580 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in YM2608ResetChip()
4109 state_save_register_UINT8 (statename, num, "arrivedFlag", &F2610->adpcm_arrivedEndAddress , 1); in YM2610_save_state()
4121 FM2610[which].adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4125 FM2610[which].adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4245 F2610->adpcm_arrivedEndAddress = 0; in YM2610ResetChip()
4343 F2610->adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
4405 ret = F2610->adpcm_arrivedEndAddress; in YM2610Read()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c2358 UINT8 adpcm_arrivedEndAddress; member
2434 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3583 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in YM2608ResetChip()
4135 state_save_register_UINT8 (statename, num, "arrivedFlag", &F2610->adpcm_arrivedEndAddress , 1); in YM2610_save_state()
4147 FM2610[which].adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4151 FM2610[which].adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4273 F2610->adpcm_arrivedEndAddress = 0; in YM2610ResetChip()
4371 F2610->adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
4434 ret = F2610->adpcm_arrivedEndAddress; in YM2610Read()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dfm.c2349 UINT8 adpcm_arrivedEndAddress; member
2425 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in ADPCMA_calc_chan()
3573 F2608->adpcm_arrivedEndAddress = 0; /* not used */ in YM2608ResetChip()
4125 state_save_register_UINT8 (statename, num, "arrivedFlag", &F2610->adpcm_arrivedEndAddress , 1); in YM2610_save_state()
4137 FM2610[which].adpcm_arrivedEndAddress |= changebits; in YM2610_deltat_status_set()
4141 FM2610[which].adpcm_arrivedEndAddress &= (~changebits); in YM2610_deltat_status_reset()
4263 F2610->adpcm_arrivedEndAddress = 0; in YM2610ResetChip()
4361 F2610->adpcm_arrivedEndAddress &= statusmask; in YM2610Write()
4424 ret = F2610->adpcm_arrivedEndAddress; in YM2610Read()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c1635 UINT8 adpcm_arrivedEndAddress; member
1739 F2610->adpcm_arrivedEndAddress |= ch->flagMask; in OPNB_ADPCM_CALC_CHA()
1928 F2608->adpcm_arrivedEndAddress |= ch->flagMask; in YM2608_RYTHM()
2163 F2608->adpcm_arrivedEndAddress = 0; /* don't used */ in YM2608ResetChip()
2642 F2610->adpcm_arrivedEndAddress = 0; in YM2610ResetChip()
2693 F2610->adpcm_arrivedEndAddress &= statusmask&0x3f; in YM2610Write()
2757 ret = F2610->adpcm_arrivedEndAddress | F2610->deltaT.arrivedFlag; in YM2610Read()