Add missing credits.

This commit is contained in:
Maxim Poliakovski 2024-04-09 01:43:23 +02:00
parent cf4913deb0
commit 1c8702d67a
2 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
Aspen is a custom memory controller and PCI bridge
designed especially for Pippin.
Kudos to Keith Kaisershot @ blitter.net for his precious technical help!
*/
#ifndef ASPEN_MEMCTRL_H

View File

@ -21,6 +21,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
/** @file Bandai/Atmark Pippin emulation. */
/**
Kudos to Keith Kaisershot @ blitter.net for his precious technical help!
*/
#include <cpu/ppc/ppcemu.h>
#include <devices/common/pci/pcihost.h>
#include <devices/ioctrl/macio.h>