Finishing the memory viewer

This commit is contained in:
Anonymus Raccoon
2020-02-18 21:59:47 +01:00
parent 07a6e28567
commit 67ad1bf54f
7 changed files with 80 additions and 14 deletions
+1
View File
@@ -13,6 +13,7 @@
namespace ComSquare::Cartridge
{
Cartridge::Cartridge(const std::string &romPath)
: Ram::Ram(0)
{
try {
if (romPath.empty())