You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several bankswitching classes do not implement methods required for debugging. E.g. getBank() and bankCount() are not implemented, because they are "too complex". Affected classes:
CartridgeE0
Cartridge3EPlus
Cartridge4A50
CartridgeDASH
Also, since there can be more than one 4K slice with different banks switched in, the debugger would need information about each slice. This affects more classes, e.g. CartridgeE7 and Cartridge3E. Cartridge currently has no such methods.
Several bankswitching classes do not implement methods required for debugging. E.g.
getBank()
andbankCount()
are not implemented, because they are "too complex". Affected classes:CartridgeE0
Cartridge3EPlus
Cartridge4A50
CartridgeDASH
Also, since there can be more than one 4K slice with different banks switched in, the debugger would need information about each slice. This affects more classes, e.g.
andCartridgeE7
.Cartridge3E
Cartridge
currently has no such methods.Note: This affects #512.
The text was updated successfully, but these errors were encountered: