Oberon RISC Core

I have quick port of an emulator of the Oberon RISC computer. It implements the RISC CPU and hardware designed for hosting the Oberon operating system.

Is there a template for creating core makefiles? I only run and test core on another exotic OS, and have not tried building on Linux, etc.

http://www.projectoberon.com/

Oh wow, very cool!

In a lot of cores, we have Makefile/.libretro and Makefile.common. The common one typically has all of the core-specific stuff like which *.c/pp files to compile, etc., while the other one contains mostly boilerplate code for the various platforms and includes the -.common one at build-time.

Snes9x is probably one of the cleaner examples:

Excellent, I copied over the Snes9x makefile and got it to build and run on Linux.

Needs a disk image to run, like this: retroarch -L oberon_libretro.so ../DiskImage/Oberon-2016-08-02.dsk.

1 Like