u8 builds OK on Mac PPC but only with option NOWERROR=1 because of this warning during compile:
src/emu/ioport.c: In member function ‘void natural_keyboard::build_codes(ioport_manager&)’:
src/emu/ioport.c:1237: warning: ‘newcode$field$1’ may be used uninitialized in this function
And, of course, the option OPTIMIZE=0 when the TMS57002 part is reached.