Search found 47 matches

by Dr. MefistO
Sat Nov 28, 2015 10:42 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

Version v1.1.1:
  • Added ability to show RAM as VRAM;
  • Added rectangle for under-cursor tile in Plane Explorer;
  • Fixed crash when stopping emulation by the IDA if Gens was not paused.
by Dr. MefistO
Tue Nov 24, 2015 10:18 pm
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

New version: v1.1 . New features: Register breakpoints (for M68k and VDP); Window plane view in Plane Explorer. Fixed: High RAM mirror breakpoints (0xFFFFXXXX); Every suspend in debugger now updates VRAM view. Improved: VDP RAM window. To set register breakpoints : Open Debugger->Debugger windows->R...
by Dr. MefistO
Tue Nov 24, 2015 7:36 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

You don't need any Gens version to use with Gensida. Gensida already contains embedded Gens. Just read use instruction at its GitHub page.
by Dr. MefistO
Sun Nov 22, 2015 9:17 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

Hi. Modification that was used in Gensida is not exactly clear r57shell 's mod. Yes, it contains most part of his modifications, but: Part of work is your one ( Plane Explorer ), part of work is feos 's ( Hex Editor ), some part of work is mine (as I remember it were some merges between Gens-RR , Fe...
by Dr. MefistO
Sat Nov 14, 2015 11:42 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

Gensida was updated to v1.0.4 . Breakpoints were reorganized. Now to set VDP breakpoints, you need to open ( View->Open subviews->Segments ) and find one of appropriate segments: VDP_DBG_VRAM; VDP_DBG_CRAM; VDP_DBG_VSRAM. To set " Forbid " breakpoints you should type-in " 1 " in " Condition " field...
by Dr. MefistO
Mon Nov 09, 2015 6:53 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

Meantime... Gensida was updated to v1.0.3.
  • Fixed slow Plane Explorer;
  • Some other optimizations.
by Dr. MefistO
Sun Nov 08, 2015 4:33 pm
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

KanedaFr wrote:it was for DMA actions
Could you give me an example of such commands?
by Dr. MefistO
Fri Nov 06, 2015 6:58 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

Oh, by chance, did you fix the wrong VRAM address decoding on SMD tools ? Yes. As I remember, in one of the last versions. This commit: https://github.com/DrMefistO/smd_ida_tools/commit/751592b95927d8514eb11dd7469574881c237dbc Does a wrong VRAM address was only for Window plane or for some other ad...
by Dr. MefistO
Wed Nov 04, 2015 2:26 pm
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

HardWareMan wrote:Nothing.
I see...=)

By the way, version v1.0.2 is ready. Fixed an old bug with RAM Watches (also was in Gens).
by Dr. MefistO
Tue Nov 03, 2015 6:46 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

What do you mean? I know about your loader. Smd_Ida_Tools is based on it.
by Dr. MefistO
Mon Nov 02, 2015 3:17 pm
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Re: Gensida - IDA Gens debugger plugin

Gensida version was updated to v1.0.1:
- VRAM breakpoints added;
- Fixed read/write breakpoints.
by Dr. MefistO
Mon Oct 26, 2015 9:16 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 25281

Gensida - IDA Gens debugger plugin

2015-10-26_002748.png IDA debugger plugin based on Gens r57shell Mod . It allows you to debug Sega Genesis / Mega Drive roms directly in IDA . Releases : https://github.com/lab313ru/Gensida/releases Source code : https://github.com/lab313ru/Gensida/ An every bug that you will find, or any feature r...
by Dr. MefistO
Tue May 05, 2015 6:41 am
Forum: Exodus
Topic: Exodus 2.0 + Open Source Release
Replies: 105
Views: 327281

Nemesis, you're right!
So, I decided to redo my work with your sources but without applying of CodeMaid.

Could you reject all my commits after first one?)

P.S. How can I create a branch on your repo?
by Dr. MefistO
Mon May 04, 2015 9:24 pm
Forum: Exodus
Topic: Exodus 2.0 + Open Source Release
Replies: 105
Views: 327281

MetalliC, sure. But I'm checking every warning by it anyway.
by Dr. MefistO
Mon May 04, 2015 8:58 pm
Forum: Exodus
Topic: Exodus 2.0 + Open Source Release
Replies: 105
Views: 327281

Nemesis , I'm using PVS Studio to detect that bugs, that I've commited. You can ask me for it at PM. Then you will see what my every change means. I know that I've comitted too many items, but what I have to do if it really valuable changes?) CodeMaid is not so bad, as you think: code is more reada...