VOGONS

Common searches


Search results

Display options

Re: Nuked OPL3 emulator

datajake1999 wrote: According to Wikipedia, the YMF262 was released in 1988,. This means that a 100% perfect OPL3 emulator was released on the YMF262's 30th anniversary. Interesting. Actuially YMF262 was developed in 1990 and first released in 1991(on Sound Blaster Pro 2).

Nuked OPN2 emulator

Nuked OPN2 High accuracy Yamaha YM3438(OPN2) emulator. The YM3438 is a CMOS variant of the YM2612 used in Sega MegaDrive(Genesis) and FM Towns. Genesis Plus GX fork with this core integrated is available here: https://github.com/nukeykt/Genesis-Plus-GX Features: -Based on the YM3438 die shot reverse …

Re: The way to detect OPL3 clone

OPN2 has this bug too.(YMF276 variant at least) Here's my test code: for(int i = 0; i < 0x200; i++) { writereg(i,0); } writereg(0x34,0x03); writereg(0x3c,0x01); writereg(0x44,0x0f); writereg(0x4c,0x06); writereg(0x5c,0x02); writereg(0x64,0x00); writereg(0x6c,0x00); writereg(0x74,0x00); writereg(0x7c …

Re: The way to detect OPL3 clone

I cannot hear a difference between the 3 sound cards I recorded from. I ran the program under Windows 98 SE command.com Interesting results. YMF744 has real OPL3 so no question here. CMI8738 is believed to have real OPL3 and this recording confirm it. But ESS1938 is surprising. Perhaps they were …

Re: Windows, Doom, Apogee OPL3 Synthesizer.

Will nuked opl3 2.0 be compatible with the drivers in there current form? When you release 2.0, I plan to recompile my version of the drivers with the new core by replacing opl3.cpp and opl3.h with the updated versions. Will I have to make any other changes so it will compile, or do I just replace …

Page 2 of 6