DhrBaksteen / ArduinoOPL2

Arduino library for use with the OPL2 board (YM3812) and OPL3Duo (YMF262)
MIT License
195 stars 39 forks source link

Just a question #84

Closed VectorFever closed 3 years ago

VectorFever commented 3 years ago

How good is UART speed in SerialPassthrough for OPL2? Is everything running without lags? I have ordered parts i need to make my usb AdLib and I'm going to use it with DOS trackers,midi and vgm players. How good it in very dynamical music?

DhrBaksteen commented 3 years ago

The speed is good. With gaming and MIDI playback there should be no lag. With very complex Adlib Tracker songs you may experience some lag for example when a song makes very heavy use of macros.

VectorFever commented 3 years ago

Ok. Does increasing UART speed make any sense? I think for that dosbox x need to be edited.

DhrBaksteen commented 3 years ago

No really, the baud rate is currently set to 115200 wich is more than enough bandwidth. But the logistics around the serial transfer can come into play here. For example how is the serial buffer transferred? And can this cause delays in the emulator? Could there be performance issues due to using the regulat Dosbox Adlib frontend to send the data?

VectorFever commented 3 years ago

Ok. Thank you! I think it will be enough for standard DOS gaming!