Vladimir Kononovich

Results 60 issues of Vladimir Kononovich

Sega Mega Drive has special handlers for opcodes that started with 0xF/0xA nibbles. In these cases Sega calls vectors places at 0x0B(LineF) and at 0x0A(LineA) positions in vectors table. As...

Type: Enhancement
Feature: Processor/68000

PyCharm cannot find declaration of PAIR, SUB and other protocol types.

Is it possible to specify any integer configuration fields in custom cores?

Hello, For now it's impossible to build node correctly. This is what I get: ``` FAILED: node.dll node.dll.lib node.dll.pdb f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python\bin\python.exe gyp-win-tool link-with-manifests environment.x64 True node.dll "f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python\bin\python.exe gyp-win-tool link-wrapper environment.x64 False...

Does it contain version v2.14? There is such define in G_main.cpp: # define GENS_VERSION 2.10

To go to the previous location and to return to the last one. Hotkeys (like in IDA): Esc - go back, Ctrl+Enter - go forward.

enhancement
UI

1. We have only `SetBreakpoints` exported function. No `Clear`, `AddOne`, `DelOne` etc. 2. API cannot be used outside of the project (in C, for example), because it accepts a class...

enhancement
UI

For now it doesn't apply labels for any special address: ![image](https://user-images.githubusercontent.com/7189309/95656939-2e5f8800-0b1a-11eb-9418-a32032a4931a.png)

Decompiler: Unable to initialize the DecompilerInterface: Could not register program: Low-level Error: Unknown prototype attribute: type

The problem is in `hooks/getcwd_hook()` func: ``` def getcwd_hook(): global script_folder cwd = getcwd_original() if cwd.lower() in script_folder.lower() and script_folder.lower() != cwd.lower(): cwd = script_folder return cwd ``` It checks...