apu.h 257 B

1234567891011121314
  1. /*
  2. * APU emulation - The peTI-NESulator Project
  3. * apu.h
  4. *
  5. * Created by Manoël Trapier.
  6. * Copyright (c) 2002-2019 986-Studio.
  7. *
  8. */
  9. #ifndef PETI_NESULATOR_APU_H
  10. #define PETI_NESULATOR_APU_H
  11. /* Empty, for now */
  12. #endif /* PETI_NESULATOR_APU_H */