looper/backends/playback/zsm/x16emu/glue.h

21 lines
289 B
C
Raw Normal View History

2024-08-08 13:12:37 -07:00
// 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