Skip to content

Commit

Permalink
Fix debug in DMG-CGB mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Jan 19, 2024
1 parent 7eb4c64 commit 3bc2b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyboy/plugins/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self, pyboy, mb, pyboy_argv):
if not self.enabled():
return

self.cgb = mb.cgb
self.cgb = mb.cartridge.cgb

self.rom_symbols = {}
if pyboy_argv.get("ROM"):
Expand Down

0 comments on commit 3bc2b07

Please sign in to comment.