Page 1 of 1

Suggestions for Ports of very special emulators using SDL

Posted: Mon Sep 17, 2018 11:52 pm
by petersieg16
I might be ablt to help or even do it alone in some time down the road, but I though I just "throw these suggestions at you" - maybe someone who has a lot more experience with cross development of C and SDL programs that I have and would like to take a look and probably port one of these to KolibriOS.

1. Xerox Alto Simulator - salto. Using just C and SDL1. (YACC+LEX is just needed for aasm assembler and NOT needed for emulator!)
This is one of the first GUI computer developed at MIT.
Links:
https://en.wikipedia.org/wiki/Xerox_Alto
https://github.com/brainsqueezer/salto_simulator
https://github.com/marciot/retroweb-salto-simulator-js
https://github.com/petersieg/alto

2. OpenOberon - One of the workstation invented at ETH Zürich by Niklaus Wirth. This is using SDL2!
Links:
http://www.ethoberon.ethz.ch/native/
https://github.com/pdewacht/oberon-risc-emu
http://multicores.org/blog/small-is-beautiful.html

3. Lilith / Emulith - another machine invented by Niklaus Wirth at ETH Zürich. C using FLTK for GUI.
Link:
http://pascal.hansotten.com/niklaus-wir ... h/emulith/

Peter

Re: Suggestions for Ports of very special emulators using SDL

Posted: Wed Sep 19, 2018 9:35 am
by Siemargl
There is Oberon compiler implementation
websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fprograms%2Fdevelop%2Foberon07%2F&

Latest binary in forum theme http://board.kolibrios.org/viewtopic.ph ... =75#p70777

Re: Suggestions for Ports of very special emulators using SDL

Posted: Wed Sep 19, 2018 3:00 pm
by petersieg16
Thx. I will have a look.

Peter