VOGONS

Common searches


Search results

Display options

Re: About Roland Virtual Sound Canvas 3

S-5xx RE: https://nc.rysk.us/s/nKxiF33Wwx4dQiD S-7xx RE: https://nc.rysk.us/s/g64kFwpNP32H64B I last worked on those documents in 2018. you posted the same document twice, I presume that's an unintended mistake. in any way those things are more complicated than i expected. so many parameters... …

Re: About Roland Virtual Sound Canvas 3

All of this TVF/TVA with "5 segments" stuff reminds me of the Roland S-5xx and S-7xx sampler formats, which used floppy disks, and I guess were an ancestor/co-developed evolution of this format stuff. S-550 was made in 1988, S-770 was 1989. S-5xx IIRC has 8 segments each with a 'level' and 'rate' …

Re: About Roland Virtual Sound Canvas 3

For the Roland LA32 PCM roms, the scrambling is consistent across the MT-32, D-50, CM-32L, LAPC-I, D-10/110, D-20/220, and is: rawSample = BITSWAP16(rawSample, 15, 6, 14, 13, 12, 11, 10, 9, 8, 5, 4, 3, 2, 1, 0, 7); This is using the BIT and BITSWAP macros from the older C versions of MAME (this …

Re: Munt Reloaded - Development

I threw this together a few months ago, and it decodes/descrambles the PCM roms using 32767.0 rather than 32787.0. I'm curious if the latter being 'correct' is a silicon bug in the LA32... https://www.dropbox.com/s/q0z01e4t7ov4w3h/la3 … pleparse.c?dl=1 License is GPLV2.

Re: Munt Reloaded - Development

If anyone wants to see a decap image, here you go: https://dl.dropbox.com/s/ellocl0ig0dfc9v/LA32_die_higher-res_3.jpg?dl=1 This is not perfect, but I was able to image it well enough to extract the ROM tables. These are nearly identical to the Yamaha OPL2/3 tables from https://docs.google.com/ …

Re: Note FM Tracker

Note - FM music tracker Korean program for FM Operator Type L music creation - OPL3 Tracker Used in Korean demoscene, has the ability to use true OP4 instruments and works with IMS, SOP formats Created by Lee Ho Bum (sopepos / yihobeom) 1995, 1997 Download [ Note BETA 2 ] Update 01 [ fm_player ] …

Re: YMF262 design flaw

CR1901 did something similar for the ym2151, although that trace is not complete yet. (trying to figure out how the LFO LFSR works in AM and PM mode..) See https://github.com/cr1901/ym2151-decap Any chance you can post your marked up svgs from inkscape somewhere? LN

Re: CMS/GameBlaster emulation thread

Jepael: I updated the saa1099 core in MAME to use the correct lfsr polynomial: https://github.com/mamedev/mame/commit/c11c22b3e83bdf7ac8d48f0a8e3be48ba31786f8 I also added a note about the fact that if the noise channels are set to be clocked by a tone channel, and the 0x1c bit 1 reset bit is set, …

Re: IPF support

As mentioned before, the IPF decoder library has a notoriously restrictive license. As mentioned earlier in the thread, this is why Olivier Galibert of the MESS team "black-box" reverse-engineered it as a work-around. http://git.redump.net/mame/tree/src/lib/formats/ipf_dsk.c http://git.redump.net/ …

Page 1 of 2