Search found 4 matches

Go to advanced search

by Parduz
Sun Dec 11, 2022 11:11 pm
Forum: MAME Discussion
Topic: es5506 driver: write to wav file is broken, Help?
Replies: 1
Views: 3926

Re: es5506 driver: write to wav file is broken, Help?

What am i doing wrong? esq5505.h #if ES5506_MAKE_WAVS #include"wavwrite.h" #endif [...] #if ES5506_MAKE_WAVS std::vector<s32> wav_l; std::vector<s32> wav_r; util::wav_file *m_wavraw; // raw waveform #endif [...] -- esq5505.cpp [...] void es5505_device::generate_samples(std::vector<write_st...
by Parduz
Sat Dec 10, 2022 10:46 pm
Forum: MAME Discussion
Topic: es5506 driver: write to wav file is broken, Help?
Replies: 1
Views: 3926

es5506 driver: write to wav file is broken, Help?

I'm trying to save the output of the Ensoniq SQ1 (es5505.cpp) on a wav file, I knew that the es5506 driver has an define to do that; while the code under #if ES5506_MAKE_WAVS is still there, it can't compile. I've updated the include wavwrite.h, changed the funtions in util:: ---, but now there are ...
by Parduz
Fri Dec 09, 2022 9:07 pm
Forum: MAME Discussion
Topic: I need help about Layout Inputs (and other questions)
Replies: 3
Views: 7074

Re: I need help about Layout Inputs (and other questions)

Tafoid wrote: Fri Dec 09, 2022 8:05 pm As also asked on reddit with similar questions - here is the link to that discussion:
https://old.reddit.com/r/MAME/comments/ ... e_ensoniq/
Yup, sorry for that. I had just today to work on it and this post didn't get approved until "now".
by Parduz
Thu Dec 08, 2022 11:23 pm
Forum: MAME Discussion
Topic: I need help about Layout Inputs (and other questions)
Replies: 3
Views: 7074

I need help about Layout Inputs (and other questions)

I'm trying to make a working layout for the Ensoniq SQ1 machine (esq5505.cpp), with clickable buttons and a piano keyboard that could be played by mouse. I've been able to make all buttons working, but i can't understand what should i put in the inputtag and inputmask parameters of the layout piano ...

Go to advanced search