add SAASound as an alternate SAA1099 core
DOES NOT WORK YET
This commit is contained in:
parent
7c80a88bbf
commit
2f766553e8
59 changed files with 5815 additions and 0 deletions
13
extern/SAASound/src/SAASound.cpp
vendored
Executable file
13
extern/SAASound/src/SAASound.cpp
vendored
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
// Part of SAASound copyright 1998-2018 Dave Hooper <dave@beermex.com>
|
||||
//
|
||||
// SAASound.cpp - dummy function
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
// Provide something so the compiler doesn't optimise us out of existance
|
||||
int SomeFunction ()
|
||||
{
|
||||
return 42;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue