Home
last modified time | relevance | path

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

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Dgottlieb.c178 static unsigned char riot_regs[32]; variable
191 return riot_regs[offset&0x1f]; in READ_HANDLER()
197 riot_regs[offset&0x1f]=data; in WRITE_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A Dgottlieb_sndhrdw.c176 static unsigned char riot_regs[32]; variable
189 return riot_regs[offset&0x1f]; in READ_HANDLER()
195 riot_regs[offset&0x1f]=data; in WRITE_HANDLER()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Dgottlieb_sndhrdw.c176 static unsigned char riot_regs[32]; variable
189 return riot_regs[offset&0x1f]; in READ_HANDLER()
195 riot_regs[offset&0x1f]=data; in WRITE_HANDLER()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pre90s/
H A Dd_qbert.cpp30 static UINT8 *riot_regs; variable
477 return riot_regs[offset & 0x1f]; in gottlieb_riot_r()
522 riot_regs[address & 0x1f] = data; in audio_write()
616 riot_regs = Next; Next += 0x00020; in MemIndex()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pre90s/
H A Dd_qbert.cpp38 static UINT8 *riot_regs; variable
1263 return riot_regs[offset & 0x1f]; in gottlieb_riot_r()
1313 riot_regs[address & 0x1f] = data; in audio_write()
1544 riot_regs = Next; Next += 0x00020; in MemIndex()