Properly credit ares for things I referenced
This commit is contained in:
@@ -17,6 +17,8 @@ void AI::Reset() {
|
|||||||
dac = {44100, N64_CPU_FREQ / dac.freq, 16};
|
dac = {44100, N64_CPU_FREQ / dac.freq, 16};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://github.com/ares-emulator/ares/blob/master/ares/n64/ai/io.cpp
|
||||||
|
// https://github.com/ares-emulator/ares/blob/master/LICENSE
|
||||||
auto AI::Read(u32 addr) const -> u32 {
|
auto AI::Read(u32 addr) const -> u32 {
|
||||||
if(addr == 0x0450000C) {
|
if(addr == 0x0450000C) {
|
||||||
u32 val = 0;
|
u32 val = 0;
|
||||||
|
|||||||
@@ -81,6 +81,8 @@ struct JoybusDevice {
|
|||||||
struct Mem;
|
struct Mem;
|
||||||
struct Registers;
|
struct Registers;
|
||||||
|
|
||||||
|
// https://github.com/ares-emulator/ares/blob/master/ares/n64/cic/cic.cpp
|
||||||
|
// https://github.com/ares-emulator/ares/blob/master/LICENSE
|
||||||
constexpr u32 cicSeeds[] = {
|
constexpr u32 cicSeeds[] = {
|
||||||
0x0,
|
0x0,
|
||||||
0x00043F3F, // CIC_NUS_6101
|
0x00043F3F, // CIC_NUS_6101
|
||||||
|
|||||||
Reference in New Issue
Block a user