956a78118b
It is still quite incomplete (no SCSI, no floppy emulation, no network, etc.), but the firmware already shows up the debug monitor prompt in the framebuffer display, so at least the very basics are already working. This code has been taken from Bryce Lanham's GSoC 2011 NeXT branch at https://github.com/blanham/qemu-NeXT/blob/next-cube/hw/next-cube.c and altered quite a bit to fit the latest interface and coding conventions of the current QEMU. Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190831074519.32613-4-huth@tuxfamily.org> Signed-off-by: Thomas Huth <huth@tuxfamily.org>
4 lines
138 B
Makefile
4 lines
138 B
Makefile
obj-$(CONFIG_AN5206) += an5206.o mcf5206.o
|
|
obj-$(CONFIG_MCF5208) += mcf5208.o mcf_intc.o
|
|
obj-$(CONFIG_NEXTCUBE) += next-kbd.o next-cube.o
|