The latest git repo mame just built for me. And Venix boots for me now. Woot! However, shortly after it hangs while running fcheck... sometimes with Interrupts off message, other times it just hangs....

I've uploaded the image https://people.freebsd.org/~imp/venix-rd32.chd.xz if anybody wants to look at it.

mame64 rainbow -flop1 ~/mame/rb/flp/vbwsx1.img -hard1 ./venix-rd32.chd -nothrottle -frameskip 10

(both with and without the last args). Looking at the programs, they look good, as far as I can tell....

It seems like it's missing an interrupt, since the program hangs, and I can't ^C out of it, which is typical for a process in 'disk wait' and we'll never exit disk wait if we don't get an interrupt. Plus there's interrupt enable/disable issues. I'll have to find some time to look into that if someone doesn't beat me to it.

Last edited by bsdimp; 04/19/18 05:17 AM.