looper/backends/playback/zsm/x16emu/glue.h
2024-09-06 10:06:32 -07:00

20 lines
289 B
C

// Commander X16 Emulator
// Copyright (c) 2019 Michael Steil
// All rights reserved. License: 2-clause BSD
#ifndef _GLUE_H_
#define _GLUE_H_
#include <stdint.h>
#include <stdbool.h>
#include <SDL.h>
//#define TRACE
//#define PERFSTAT
extern void init_audio();
#define MHZ 8
#endif