Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/tools/
H A Dldresample.cpp237 static bool read_chd(chd_file &file, uint32_t field, movie_info &info, uint32_t soundoffs) in read_chd() argument
244 avconfig.audio[0] = &info.lsound[soundoffs]; in read_chd()
245 avconfig.audio[1] = &info.rsound[soundoffs]; in read_chd()
/dports/emulators/mame/mame-mame0226/src/tools/
H A Dldresample.cpp237 static bool read_chd(chd_file &file, uint32_t field, movie_info &info, uint32_t soundoffs) in read_chd() argument
244 avconfig.audio[0] = &info.lsound[soundoffs]; in read_chd()
245 avconfig.audio[1] = &info.rsound[soundoffs]; in read_chd()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dsegas16b.h221 void altbeast_common_i8751_sim(offs_t soundoffs, offs_t inputoffs, int alt_bank);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dsegas16b.h221 void altbeast_common_i8751_sim(offs_t soundoffs, offs_t inputoffs, int alt_bank);
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dsegas16b.cpp1335 void segas16b_state::altbeast_common_i8751_sim(offs_t soundoffs, offs_t inputoffs, int alt_bank) in altbeast_common_i8751_sim() argument
1351 uint16_t temp = m_workram[soundoffs]; in altbeast_common_i8751_sim()
1355 m_workram[soundoffs] = temp & 0x00ff; in altbeast_common_i8751_sim()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dsegas16b.cpp1335 void segas16b_state::altbeast_common_i8751_sim(offs_t soundoffs, offs_t inputoffs, int alt_bank) in altbeast_common_i8751_sim() argument
1351 uint16_t temp = m_workram[soundoffs]; in altbeast_common_i8751_sim()
1355 m_workram[soundoffs] = temp & 0x00ff; in altbeast_common_i8751_sim()