|
LMMS
|
#include <cstring>#include <inttypes.h>#include <stdarg.h>#include <assert.h>#include <stdio.h>#include "adl.h"#include "debug.h"Classes | |
| class | AdlibDriver |
| struct | AdlibDriver::OpcodeEntry |
| struct | AdlibDriver::Channel |
| struct | AdlibDriver::ParserOpcode |
Macros | |
| #define | kDebugLevelSound 1 |
| #define | ARRAYSIZE(x) |
| #define | CALLBACKS_PER_SECOND 72 |
| #define | COMMAND(x) |
Typedefs | |
| typedef uint8_t | byte |
Functions | |
| static void | warning (const char *str,...) |
| static void | debugC (int i1, int i2, const char *str,...) |
| static uint16 | READ_LE_UINT16 (const void *ptr) |
| static uint16 | READ_BE_UINT16 (const void *ptr) |
| #define ARRAYSIZE | ( | x | ) |
| #define CALLBACKS_PER_SECOND 72 |
| #define kDebugLevelSound 1 |