mikelatiolais / pinmame_fork

0 stars 1 forks source link

Investigate pthreads for DMD and OPPA controller #2

Open mikelatiolais opened 5 years ago

mikelatiolais commented 5 years ago

Look at adding pthreads to oppa.c

mikelatiolais commented 5 years ago

Could I use a thread to read/write from OPPA? 1) Have the thread read switch states and update internally 2) Create a queue of coil events that are then processed by this thread.

Is it worth the thread overhead?