Home
last modified time | relevance | path

Searched refs:portshift (Results 1 – 25 of 75) sorted by relevance

123

/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dymdeltat.c228 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
229 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
230 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
231 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
233 DELTAT->limit += (1 << (DELTAT->portshift-DELTAT->DRAMportshift)) - 1; in YM_DELTAT_ADPCM_Write()
241 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
246 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
247 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
324 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
326 DELTAT->limit += (1 << (DELTAT->portshift-DELTAT->DRAMportshift)) - 1; in YM_DELTAT_ADPCM_Write()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/sound/
H A Dymdeltat.c289 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
290 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
291 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
292 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
294 DELTAT->limit += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
302 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
307 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
308 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
409 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
411 DELTAT->limit += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dymdeltat.cpp269 start = (reg[0x3] * 0x0100 | reg[0x2]) << (portshift - DRAMportshift); in ADPCM_Write()
270 end = (reg[0x5] * 0x0100 | reg[0x4]) << (portshift - DRAMportshift); in ADPCM_Write()
271 end += (1 << (portshift - DRAMportshift)) - 1; in ADPCM_Write()
272 limit = (reg[0xd]*0x0100 | reg[0xc]) << (portshift - DRAMportshift); in ADPCM_Write()
280 start = (reg[0x3] * 0x0100 | reg[0x2]) << (portshift - DRAMportshift); in ADPCM_Write()
286 end = (reg[0x5]*0x0100 | reg[0x4]) << (portshift - DRAMportshift); in ADPCM_Write()
287 end += (1 << (portshift - DRAMportshift)) - 1; in ADPCM_Write()
388 limit = (reg[0xd] * 0x0100 | reg[0xc]) << (portshift - DRAMportshift); in ADPCM_Write()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dymdeltat.cpp269 start = (reg[0x3] * 0x0100 | reg[0x2]) << (portshift - DRAMportshift); in ADPCM_Write()
270 end = (reg[0x5] * 0x0100 | reg[0x4]) << (portshift - DRAMportshift); in ADPCM_Write()
271 end += (1 << (portshift - DRAMportshift)) - 1; in ADPCM_Write()
272 limit = (reg[0xd]*0x0100 | reg[0xc]) << (portshift - DRAMportshift); in ADPCM_Write()
280 start = (reg[0x3] * 0x0100 | reg[0x2]) << (portshift - DRAMportshift); in ADPCM_Write()
286 end = (reg[0x5]*0x0100 | reg[0x4]) << (portshift - DRAMportshift); in ADPCM_Write()
287 end += (1 << (portshift - DRAMportshift)) - 1; in ADPCM_Write()
388 limit = (reg[0xd] * 0x0100 | reg[0xc]) << (portshift - DRAMportshift); in ADPCM_Write()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/mame/
H A Dymdeltat.cpp293 start = (reg[0x3] * 0x0100 | reg[0x2]) << (portshift - DRAMportshift); in ADPCM_Write()
294 end = (reg[0x5] * 0x0100 | reg[0x4]) << (portshift - DRAMportshift); in ADPCM_Write()
295 end += (1 << (portshift - DRAMportshift)) - 1; in ADPCM_Write()
296 limit = (reg[0xd]*0x0100 | reg[0xc]) << (portshift - DRAMportshift); in ADPCM_Write()
304 start = (reg[0x3] * 0x0100 | reg[0x2]) << (portshift - DRAMportshift); in ADPCM_Write()
310 end = (reg[0x5]*0x0100 | reg[0x4]) << (portshift - DRAMportshift); in ADPCM_Write()
311 end += (1 << (portshift - DRAMportshift)) - 1; in ADPCM_Write()
415 limit = (reg[0xd] * 0x0100 | reg[0xc]) << (portshift - DRAMportshift); in ADPCM_Write()
H A Dymdeltat.h44 uint8_t portshift; /* address bits shift-left: member
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/mamefm/
H A Dymdeltat.cpp268 start = (reg[0x3] * 0x0100 | reg[0x2]) << (portshift - DRAMportshift); in ADPCM_Write()
269 end = (reg[0x5] * 0x0100 | reg[0x4]) << (portshift - DRAMportshift); in ADPCM_Write()
270 end += (1 << (portshift - DRAMportshift)) - 1; in ADPCM_Write()
271 limit = (reg[0xd]*0x0100 | reg[0xc]) << (portshift - DRAMportshift); in ADPCM_Write()
279 start = (reg[0x3] * 0x0100 | reg[0x2]) << (portshift - DRAMportshift); in ADPCM_Write()
285 end = (reg[0x5]*0x0100 | reg[0x4]) << (portshift - DRAMportshift); in ADPCM_Write()
286 end += (1 << (portshift - DRAMportshift)) - 1; in ADPCM_Write()
387 limit = (reg[0xd] * 0x0100 | reg[0xc]) << (portshift - DRAMportshift); in ADPCM_Write()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/chips/mame/
H A Dymdeltat.c299 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
300 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
301 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
302 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
309 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
314 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
315 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
416 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
H A Dymdeltat.h43 UINT8 portshift; /* address bits shift-left: member
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dymdeltat.c298 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
299 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
300 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
301 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
308 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
313 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
314 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
415 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
H A Dymdeltat.h41 UINT8 portshift; /* address bits shift-left: member
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dymdeltat.c298 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
299 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
300 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
301 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
308 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
313 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
314 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
415 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
H A Dymdeltat.h41 UINT8 portshift; /* address bits shift-left: member
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dymdeltat.c278 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
279 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
280 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
281 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
288 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
293 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
294 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
395 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dymdeltat.c291 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
292 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
293 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
294 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
301 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
306 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
307 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
408 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
470 state_save_register_UINT8 (statename, num, "DeltaT.portshift", &DELTAT->portshift, 1); in YM_DELTAT_savestate()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dymdeltat.cpp294 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
295 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
296 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
297 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
304 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
309 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
310 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
411 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
H A Dymdeltat.h49 UINT8 portshift; /* address bits shift-left: member
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dymdeltat.c290 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
291 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
292 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
293 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
300 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
305 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
306 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
407 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dymdeltat.c278 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
279 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
280 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
281 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
288 …DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
293 …DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
294 DELTAT->end += (1 << (DELTAT->portshift-DELTAT->DRAMportshift) ) - 1; in YM_DELTAT_ADPCM_Write()
395 …DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/kernel/
H A Disa.c60 register_isa_ports(unsigned int membase, unsigned int portbase, unsigned int portshift) in register_isa_ports() argument
64 isa_portshift = portshift; in register_isa_ports()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/kernel/
H A Disa.c60 register_isa_ports(unsigned int membase, unsigned int portbase, unsigned int portshift) in register_isa_ports() argument
64 isa_portshift = portshift; in register_isa_ports()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/kernel/
H A Disa.c60 register_isa_ports(unsigned int membase, unsigned int portbase, unsigned int portshift) in register_isa_ports() argument
64 isa_portshift = portshift; in register_isa_ports()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DYmdeltat.c107 DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << DELTAT->portshift; in YM_DELTAT_ADPCM_Write()
113 DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << DELTAT->portshift; in YM_DELTAT_ADPCM_Write()
114 DELTAT->end += (1<<DELTAT->portshift) - 1; in YM_DELTAT_ADPCM_Write()
313 DELTAT->portshift = saveStateGet(state, "portshift", 0); in YM_DELTAT_ADPCM_LoadState()
354 saveStateSet(state, "portshift", DELTAT->portshift); in YM_DELTAT_ADPCM_SaveState()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dymdeltat.c116 DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << DELTAT->portshift; in YM_DELTAT_ADPCM_Write()
120 DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << DELTAT->portshift; in YM_DELTAT_ADPCM_Write()
121 DELTAT->end += (1<<DELTAT->portshift) - 1; in YM_DELTAT_ADPCM_Write()
H A Dymdeltat.h16 int portshift; member

123