Skip to content

Commit

Permalink
Fix cartridge info for RTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Jul 2, 2024
1 parent ebea429 commit e9c907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyboy/core/cartridge/base_mbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def __repr__(self):
"Number of RAM banks: %s" % len(self.rambanks),
"Active RAM bank: %s" % self.rambank_selected,
"Battery: %s" % self.battery,
"RTC: %s" % self.rtc
"RTC: %s" % self.rtc_enabled
])


Expand Down

0 comments on commit e9c907c

Please sign in to comment.