Search found 745 matches

by HardWareMan
Tue May 06, 2008 4:15 am
Forum: Megadrive/Genesis
Topic: 2gen header
Replies: 77
Views: 53020

Look at this: http://www.beggarprince.com/ Why still no ROM image? The game is not new, just another localization of old game. But why it still not dumped? For some reason nobody wants to dump it. I do not believe that all who bought unable to dump it, but nobody do this. There no HW protection, I t...
by HardWareMan
Mon May 05, 2008 4:59 pm
Forum: Megadrive/Genesis
Topic: 2gen header
Replies: 77
Views: 53020

my method is undocumented (well, it was documented a bit, but I removed all for one reason...) and I'll not help emulate it... and its for security too... You develop the game/software for MD, trying to protect it from piracy, but whether you have a license to manufacture games/software for MD? If ...
by HardWareMan
Mon May 05, 2008 4:05 am
Forum: Sound
Topic: Dramatic bad DAC output quality !
Replies: 60
Views: 48109

Re: Dramatic bad DAC output quality !

I read somewhere we should use (M cycles * 4) instead of T States based on an instructions flow (<> single instruction). This logic is just too pessimist and wrong... Usually, M-cycle is 4 clocks length and memory R/W-cycle is 3 clocks (of course with 0 wait states). So, 1 byte move opcode with REG...
by HardWareMan
Thu May 01, 2008 5:56 am
Forum: Megadrive/Genesis
Topic: Question topic
Replies: 17
Views: 14919

Re: Question topic

The cartridge can generate the !DTACK signal. Would it be possible to enable the $800000-$9FFFFF as a ROM area with it? (this combined with the above would in fact allow the UMKT hack to work on the real hardware). Cartridge doesn't create that signal, and you can't use that area, and if you can, y...
by HardWareMan
Sat Apr 26, 2008 6:54 pm
Forum: Blabla
Topic: Yamaha internal waveform info
Replies: 17
Views: 18883

directly So, that's means it is not true signal. Because YM2612's output more complex - all 6 channels is separated in time with gaps between them. The channel change speed is about 120kHz, so one channel discretization is about 20kHz. If you got normal oscilloscope, please make a record YM2612 out...
by HardWareMan
Thu Apr 24, 2008 1:34 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 774709

Sik wrote:Inverted samples would be the same but flipped vertically. Sounds more like swapped endianness :P
But when inverted only sign bit.... :P
by HardWareMan
Wed Apr 23, 2008 6:16 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 774709

Still have a problem, when "Low pass filter" is enabled. WAV dump shows this:
Image
It seem to just "inverted" samples, or something more then that...
by HardWareMan
Tue Apr 22, 2008 3:20 am
Forum: Tools
Topic: MD tracker 0.3 ALPHA
Replies: 70
Views: 61034

Shiru wrote:(I'm not sure that table from Sega.doc is correct; I did my own table in TFM MM).
Confirm that. Working with my frequencies meter and simple program on MD I have got different numbers than in "sega2.doc".
by HardWareMan
Mon Apr 21, 2008 5:11 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 774709

Here is the sources of that Debugger Gens Mod.
http://rapidshare.com/files/109293137/G ... r.rar.html
Still have remarks on russian, will difficulties - I'll help you.
by HardWareMan
Mon Apr 21, 2008 6:08 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 774709

2 AamirM: Author of that Gens Debugger Mod sends me the sources. Where I should send its? (You can tell me your email in PM).
by HardWareMan
Sat Apr 19, 2008 3:14 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 774709

Hey, AamirM, take a look at this. This is an fresh mod of Gens with debugger. It is created by russian man, but I made quick translate. Can you do the same in Regen?
by HardWareMan
Fri Apr 18, 2008 4:06 am
Forum: Megadrive/Genesis
Topic: Mega Drive Research and Development Center
Replies: 27
Views: 23183

who knows... I have 2x 250GB HDDs and both are pretty filled up... I really should burn some stuff to DVDs but I'd rather buy another HDD... [OffTop] Familiar problem. I have the 4 drives, which is already filled almost to the limit: HD: [C:System] 35.30/39.57 GB [D:320Gb] 3.72/298.09 GB [E:320Gb] ...
by HardWareMan
Sun Apr 13, 2008 4:11 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 774709

You confuse software and hardware interrupts. All vector table is contain addresses for interrupt. But some vectors used for internal hardware interrupts (i.e. exceptions and reset), some for external interrupts (really "interrupt" by external hardware request, analog for "IRQn" for PC) and the rema...
by HardWareMan
Sat Apr 12, 2008 6:28 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 774709

ROM:000002F0 ; =============== S U B R O U T I N E ======================================= ROM:000002F0 ROM:000002F0 ROM:000002F0 sub_2F0: ; CODE XREF: Start+3Cp ROM:000002F0 movem.l d0-d1/a0-a1,-(sp) ROM:000002F4 lea (word_FF0378).l,a0 ROM:000002FA move.w #$B0,(a0)+ ; '-' ROM:000002FE move.w #$C7,...
by HardWareMan
Sat Apr 12, 2008 10:43 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 774709

AamirM wrote:Fusion does not have it. Otherwise Tiido's program would detect it as real hardware.
Hmm.. But Address Error exception is working. In debugger mode, when step by step running programm trying read word at odd address and goes at Address Error exception vector.