FreeCalypso > hg > freecalypso-reveng
view dspanal/coffout.h @ 378:82fb5a70c9fd
compal/audio: results of simple experiments
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 09 Oct 2021 23:20:00 +0000 |
| parents | f8344bc4fd61 |
| children |
line wrap: on
line source
struct coff_section { uint32_t addr; uint32_t size; u_char *data; uint16_t flags; u_char mempage; };
