Skip to content

Commit 32d86ee

Browse files
authored
Update olcNes_PPU_Backgrounds.cpp
1 parent e9a1df9 commit 32d86ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6502/6502Emulator/src/olcNes_PPU_Backgrounds.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class Demo_olcNES : public olc::PixelGameEngine
165165
bool OnUserCreate() override
166166
{
167167
// Load the cartridge
168-
cart = std::make_shared<Cartridge>("./rom/Metal Max (Japan).nes");
168+
cart = std::make_shared<Cartridge>("./rom/smb.nes");
169169

170170
if (!cart->ImageValid())
171171
return false;

0 commit comments

Comments
 (0)