Well I’ve made some progress… Now to figure out the mode settings and kbhit deal….
But it certainly appears that CP/M on the Altair booted!
2 thoughts on “SIMH on Windows CE”
I’ve ported simh-3.0 pdp11 onto wince using the cegcc toolchain,not mingwce.The major problem comes from kbhit.I did some googleing and found some POSIXish kbhit replacement which uses select().First I link it with celib’s select, but the console cannot init.Later I linked it with winsock’s select(), and it works fine,booting 2.11BSD.
However, it seems that i cannot input anything…
I’ve ported simh-3.0 pdp11 onto wince using the cegcc toolchain,not mingwce.The major problem comes from kbhit.I did some googleing and found some POSIXish kbhit replacement which uses select().First I link it with celib’s select, but the console cannot init.Later I linked it with winsock’s select(), and it works fine,booting 2.11BSD.
However, it seems that i cannot input anything…
I forgot to say, it is working on a real WM6 mobile phone with a touchscreen and a QWERTY keyboard.