Remove old buggy sound code, and start a fresh new APU module. (empty for now)

This commit is contained in:
Godzil
2018-01-31 18:45:22 +00:00
parent e837f43f86
commit f6d0c8d93a
7 changed files with 40 additions and 1598 deletions

14
src/include/apu/apu.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* APU emulation - The peTI-NESulator Project
* apu.h
*
* Created by Manoel TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
*
*/
#ifndef PETI_NESULATOR_APU_H
#define PETI_NESULATOR_APU_H
/* Empty, for now */
#endif /* PETI_NESULATOR_APU_H */