Search found 47 matches

by Dr. MefistO
Thu Oct 20, 2016 11:06 am
Forum: UMDK
Topic: UMDK manufacturing: new RUN of testers! 5 more kits aviable!
Replies: 16
Views: 21106

Re: UMDK manufacturing: new RUN of testers! 5 more kits aviable!

I want to order one UMDKv2 full kit. What I should to do? Is there any planned manufacturing of it? How much and when?)
by Dr. MefistO
Fri Aug 19, 2016 8:42 am
Forum: Tools
Topic: [GENS r57shell-mod] Trace doesn't make sense
Replies: 3
Views: 8954

Re: [GENS r57shell-mod] Trace doesn't make sense

In vectors table there are some subroutines for handling crashes. Maybe some code or data in your patched version executes some wrong instructions or decompresses some wrong data.
by Dr. MefistO
Fri Aug 19, 2016 8:32 am
Forum: Tools
Topic: [GENS r57shell-mod] Trace doesn't make sense
Replies: 3
Views: 8954

Re: [GENS r57shell-mod] Trace doesn't make sense

Could you provide some more info: which game, patched file, etc.?
Just PM me for that. And we will check it.
by Dr. MefistO
Thu Mar 24, 2016 3:24 pm
Forum: Exodus
Topic: Oh wow I'm slow
Replies: 9
Views: 14144

Re: Oh wow I'm slow

Sik wrote:At least none of you made a thread about it.
Everyone knows.=)
by Dr. MefistO
Thu Mar 03, 2016 1:39 pm
Forum: Megadrive/Genesis
Topic: Dest address calculating bug?
Replies: 1
Views: 2944

Dest address calculating bug?

Code: Select all

lea     -1(a2,d1.w),a3
a2 = 0x00FF0000
d1 = 0x4000F801

a3 => 0x00FEF800

How is it possible?

If it is possible, then this comparing will be true? (a4 = 0x00FFF800)

Code: Select all

cmpa.l  a4,a3
by Dr. MefistO
Wed Feb 24, 2016 9:10 pm
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 24432

Re: Gensida - IDA Gens debugger plugin

Version v1.3:
  • Added VDP registers displaying in VDP Ram window (thanks to Nemesis' Exodus emulator);
  • Reorganized VDP Ram window;
  • Sprites and VDP Ram windows viewing were optimized;
  • Fixed code refs adding in some cases;
  • Some cool fixes.
by Dr. MefistO
Tue Jan 12, 2016 12:50 pm
Forum: Tools
Topic: [Kmod] v0.7.3
Replies: 38
Views: 38033

Re: [Kmod] v0.7.3

ryanfaescotland wrote:But to use that I need IDA Pro and to get IDA Pro I need $1129! (£782!) As much as I love this I'm afraid I'm not at a point I can justify that. :cry:
As I know, few month ago, the IDA's v6.8 version was leaked to public. =) But, sure, I don't mean, that you should search for it! :wink:
by Dr. MefistO
Tue Jan 12, 2016 8:54 am
Forum: Tools
Topic: [Kmod] v0.7.3
Replies: 38
Views: 38033

Re: [Kmod] v0.7.3

Well I am very impressed, as advertised the source code built and ran immediately after checkout, good work! I'm thinking of having a look at the functionality provided by Gens Tracer (and here for a better write up ) and seeing if I could impliment something similar to KMod to help reduce the amou...
by Dr. MefistO
Fri Jan 08, 2016 1:25 pm
Forum: SGDK
Topic: Device ID in SGDK (joy.c)
Replies: 5
Views: 4347

Re: Device ID in SGDK (joy.c)

Ok, I have the Team Player device. Give me your test ROM.
by Dr. MefistO
Fri Dec 25, 2015 8:45 am
Forum: UMDK
Topic: UMDK manufacturing: new RUN of testers! 5 more kits aviable!
Replies: 16
Views: 21106

Re: UMDK manufacturing: new RUN of testers! 5 more kits aviable!

Montserrat wrote:Grind , did it
mikejmoffitt, did it
mswan, did it
Burbruee, did it
And me, i did it.
As I know, because they didn't know about that UMDKs will not work.
by Dr. MefistO
Thu Dec 24, 2015 3:38 pm
Forum: UMDK
Topic: UMDK manufacturing: new RUN of testers! 5 more kits aviable!
Replies: 16
Views: 21106

Re: UMDK manufacturing: new RUN of testers! 5 more kits aviable!

But who will spend the money only for the chance of good testing results?
by Dr. MefistO
Thu Dec 24, 2015 6:55 am
Forum: UMDK
Topic: UMDK manufacturing: new RUN of testers! 5 more kits aviable!
Replies: 16
Views: 21106

Re: UMDK manufacturing: new RUN of testers! 5 more kits aviable!

So, it will work now? If so, I'm in. Sent an email.
by Dr. MefistO
Fri Dec 11, 2015 8:14 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 24432

Re: Gensida - IDA Gens debugger plugin

v1.2.1 fixes:
  • Fixed sprite address calculating.
by Dr. MefistO
Fri Dec 11, 2015 6:47 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 24432

Re: Gensida - IDA Gens debugger plugin

Version v1.2:
  • Added sprites view in Plane Explorer. It is possible to show sprite under cursor;
  • Removed old and unneeded stuff (Kailera, WAV/GYM dumping, Sonic hacks, AVI creating, helps subsystem, archives support).
by Dr. MefistO
Thu Dec 03, 2015 7:12 am
Forum: Tools
Topic: Gensida - IDA Gens debugger plugin
Replies: 23
Views: 24432

Re: Gensida - IDA Gens debugger plugin

Version v1.1.2:
  • Fixed emulation restart;
  • Fixed Plane Explorer's focused tile selection when paused;
  • New breakpoints (should me a little bit faster than before).