forked from sin365/AxibugEmuOnline
11 lines
228 B
C#
11 lines
228 B
C#
namespace AxibugEmuOnline.Client.UNES
|
|
{
|
|
public sealed partial class PPU : Addressable
|
|
{
|
|
public PPU(Emulator emulator) : base(emulator, 0x3FFF)
|
|
{
|
|
InitializeMemoryMap();
|
|
}
|
|
}
|
|
}
|