pdewacht / oberon-risc-emu

Emulator for the Oberon RISC machine
273 stars 51 forks source link

Add Hardware Enumerator support #24

Open schierlm opened 2 years ago

schierlm commented 2 years ago

Hardware Enumerator is a way for a running Oberon system to obtain information about the hardware (or emulator) it runs on.

See https://github.com/schierlm/OberonEmulator/blob/master/hardware-enumerator.md.

Also update Display.Mod and Clipboard.Mod to use it.