| 753 | } |
| 754 | |
| 755 | uint32 DisasmCtrl::GetViewBaseAddress() const |
| 756 | { |
| 757 | if (GetViewStart().y < 0) |
| 758 | return MPTR_NULL; |
| 759 | return currentCodeRegionStart + GetViewStart().y * 4; |
| 760 | } |
| 761 | |
| 762 | std::optional<MPTR> DisasmCtrl::LinePixelPosToAddress(sint32 posY) |
| 763 | { |