@cha05e90
Quote:
using a binary with debugging output
Because I like to read crash logs I can understand, from user like your self, I don?t have 100 beta testers working for me, so there might be problems, and issues I have not yet found.
Quote:
an at least "unoptimized" screen output
Currently the display is drawn on to the screen whit 50hz interval, The larger the display the slower its displayed.
There might be possible to use trap handler (mmu) to convert the pixels on the fly, but this does not guaranty faster display refresh, the result is just going to be a different kind of slow down.
Less slow down when nothing is happening; more slow down when lots of things is happening, but it might be better for large screen modes.
But anyway its lots of work, I looked at it once and twice.
Quote:
partly working network made me think of something like "work in progress".
Network does not even work in EUAE.
I have done my best, but can?t get this working, some one else might be able to.