6 lines
148 B
C
6 lines
148 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
/* amisound.c */
|
|
void amiga_init_sound(void);
|
|
void amiga_mksound(unsigned int hz, unsigned int ticks);
|