Home
last modified time | relevance | path

Searched refs:gus_read (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/audio/
H A Dgusemu.h55 unsigned int gus_read( GUSEmuState *state, int port, int size);
H A Dgusemu_hal.c38 unsigned int gus_read(GUSEmuState * state, int port, int size) in gus_read() function
H A Dgus.c70 return gus_read (&s->emu, nport, 1); in gus_readb()