Remove old buggy sound code, and start a fresh new APU module. (empty for now)
This commit is contained in:
14
src/include/apu/apu.h
Normal file
14
src/include/apu/apu.h
Normal 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 */
|
||||
Reference in New Issue
Block a user