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
int total = TOTAL_SIZE - !registerLatchAvailable - !paletteLatchAvailable - !dataLatchAvailable;
new SimpleHexRequest(req, total, regs, *this);
This code block is largely repeated between VDPDataStore and VDPRegViewer. Can we (in a separate commit) reduce this duplication? Ideally store/query this information only in a single location.
This code block is largely repeated between
VDPDataStore
andVDPRegViewer
. Can we (in a separate commit) reduce this duplication? Ideally store/query this information only in a single location.Originally posted by @m9710797 in #157 (comment)
The text was updated successfully, but these errors were encountered: