Search found 472 matches

by AamirM
Sat Mar 29, 2008 9:59 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi,

Could you please copy-paste the "Video" section of the config file(regen.ini)?

BTW, Can I get the program you are running in the emulator? Seems cool.

stay safe,

AamirM
by AamirM
Sat Mar 29, 2008 8:26 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi, You can download the Regen 0.77 beta from here . Notice the new "SuperHQ" mode. One needs a bit faster PC to run this. This is only for Pentium 4 and above right now. This may still have bugs related to DirectSound as I have rewritten major parts of it just today and did not gave it much testing...
by AamirM
Sat Mar 29, 2008 8:11 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi, Sorry to all for the late reply. My ISP company had some problems so I didn't had internet connection for over two week. Now its fixed and I am back in business. But I did not waste my time. I have improved the YM2612 emulator to a level where it is as nearly accurate as Kega! :shock: . I wil po...
by AamirM
Tue Mar 25, 2008 5:05 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi,

I have uploaded Regen 0.7 which should have been released 9 days ago. I have not tested it much, so if it works you should be doubly impressed :lol: .

stay safe,

AamirM
by AamirM
Mon Mar 24, 2008 6:49 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi,

@ kosmi

I set the optimization level to pentium2 when I compiled it. It is a gcc related problem (i think).

@ Chilly Willy

Yes, you were right. I made a mistake in time sync code. In the next linux version it will only use sound card to sync. I hope to release it soon.

stay safe,

AamirM
by AamirM
Mon Mar 17, 2008 8:38 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi, For people using Linux, I have uploaded the Linux version. Tell me how it goes. stay safe, AamirM Holy crap! That's slow!! It runs Sonic 3 slower on my 2.4 GHz X2 than my PSP. :shock: Maybe something is wrong with the way the timing is handled. Really??? Runs fine on my pentium 1.6 Ghz. I'll ll...
by AamirM
Sun Mar 16, 2008 9:15 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi,

For people using Linux, I have uploaded the Linux version. Tell me how it goes.

stay safe,

AamirM
by AamirM
Sat Mar 15, 2008 8:26 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi,

I forgot to mention that it will be a different build of Regen because the debugging features are slowing down the emulation.
by AamirM
Sat Mar 15, 2008 5:26 am
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Hi,

The debugging features are the most requsted ones. Most of the debugging things Shiru and HardWareMan mentioned are already under progress and you will be seeing them soon.

stay safe,

AamirM
by AamirM
Fri Mar 14, 2008 7:22 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

Sure. Tomorrow I'll probably make another emu detector... which no emulator passes :twisted: BTW, AamirM, I noticed that your emu's screen is few pixels bigger and it causes lots of slowdown on my PC. The 320x240 screen is 320x247... can you fix it ? Also, the YM2612 PCM/DAC is not very good too, o...
by AamirM
Fri Mar 14, 2008 7:06 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

TmEE co.(TM) wrote:68K... but I can try Z80 and YM2612 timers and busy bit... no emulator emulates them perfectly.
Tell me how far is Regen is from real thing. I am always trying to get it perfect.
by AamirM
Fri Mar 14, 2008 6:58 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

TmEE co.(TM) wrote: Also, you can identify emulators by running benchmarks... I made a small private proggy that tells you which emulator its running on... at least what emus I have (need to test Regen :) ). That you can't fool, unless your emu is PERFECT. Even Fusion fails.
What do you benchmark?
by AamirM
Fri Mar 14, 2008 6:40 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

You have to AND with ROM Size-1 or do something like ROM[addr % rom_size]
by AamirM
Fri Mar 14, 2008 6:36 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

I can't see how this could not be emulated...or am I missing something??
by AamirM
Fri Mar 14, 2008 6:00 pm
Forum: Regen
Topic: Old Regen pages
Replies: 547
Views: 768626

I can't really explain it... you access data beyond the ROM size and get the data form the ROM... that applies to ROMs that are smaller than 4MBytes. So you have 2MByte ROM, it accesses data after the 2MBytes, and it gets the data form the ROM at location : address - 2MB... I don't know if it makes...