issalig

Results 65 comments of issalig

Also I had to call glewExperimental and glewInit in view.cpp to make it work. It seems to be sth related to my glew version (Ubuntu 16.04, GLEW version 1.13.0, OpenGL...

@cristianoag It asks for a repository ``` $ sudo apt-get build-dep openmsx Leyendo lista de paquetes... Hecho E: Debe poner algún URI «deb-src» en su «sources.list» ```

Well, I finally compiled S0urceror's OpenMSX , in my system I needed ```sudo apt-get install tcl-dev``` not ```libtclcl1-dev``` I still have to setup download machine roms and more config stuff,...

Finally, I have everything working. I started a document not to loose all the steps https://github.com/issalig/MSX-USB/blob/master/installation.md It is still work in progress.

I found a bug while I was checking my ch376s with https://github.com/S0urceror/MSX-USB/blob/master/test/usb_via_arduino/src/main.parallel.cpp main_paralell crashed when printing iProd due to a small buffer https://github.com/S0urceror/MSX-USB/blob/2de667e102a2785ea67408f9beaa6fe030070103/test/usb_via_arduino/src/main.parallel.cpp#L1527 In get_string2 https://github.com/S0urceror/MSX-USB/blob/2de667e102a2785ea67408f9beaa6fe030070103/test/usb_via_arduino/src/main.parallel.cpp#L1084 data has size max_packet_size...

Yes, it is only to check wiring and if ch376s is responding and to get properties from the devices.

Yes of course, that's the idea. I will tell you when It is finished. Also i wrote info about programming the cpld and the flash so everything is documented.

I had some problems with openMSX, for some reason it did not communicate with arduino. I compared sources of main.parallel which works correctly and ch376s.cc in openMSX and the main...

I just write here as a reminder to change instructions (mainly paths and few other things) to make it work with recent @cristianoag linux support.

I am working on that modification. @cristianoag , I will let you know about my progress.