mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-31 09:32:36 +00:00
moving ppu ctor debug into separate file
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// Created by cbihan on 03/07/2021.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Ram/Ram.hpp"
|
||||
#include "PPU.hpp"
|
||||
|
||||
|
||||
namespace ComSquare::PPU::Utils::Debug
|
||||
{
|
||||
void populateVram(std::shared_ptr<Ram::Ram> vram, int dumpNumber);
|
||||
void populateCgram(std::shared_ptr<Ram::Ram> cgram, int dumpNumber);
|
||||
|
||||
void populateEnvironment(PPU &ppu, int dumpNumber);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user