Add SPC700 class for APU

This commit is contained in:
scawful
2023-08-20 21:21:59 -04:00
parent 033bd148cf
commit 2f6c6d414c
4 changed files with 685 additions and 1 deletions

View File

@@ -4,12 +4,13 @@
#include <cstdint>
#include "app/emu/mem.h"
#include "app/emu/spc700.h"
namespace yaze {
namespace app {
namespace emu {
class APU {
class APU : public SPC700 {
public:
// Initializes the APU with the necessary resources and dependencies
APU(Memory &memory);