mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-09 04:24:58 +00:00
Finishing the memory viewer
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
namespace ComSquare::Cartridge
|
||||
{
|
||||
Cartridge::Cartridge(const std::string &romPath)
|
||||
: Ram::Ram(0)
|
||||
{
|
||||
try {
|
||||
if (romPath.empty())
|
||||
|
||||
Reference in New Issue
Block a user