m68k: Add NeXTcube framebuffer device emulation
The NeXTcube uses a linear framebuffer with 4 greyscale colors and a fixed resolution of 1120 * 832. 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-fb.c and altered to fit the latest interface of the current QEMU (e.g. the device has been "qdev"-ified etc.). Reviewed-by:Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by:
Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190831074519.32613-2-huth@tuxfamily.org> Signed-off-by:
Thomas Huth <huth@tuxfamily.org>
Showing
- default-configs/m68k-softmmu.mak 1 addition, 0 deletionsdefault-configs/m68k-softmmu.mak
- hw/display/Makefile.objs 1 addition, 0 deletionshw/display/Makefile.objs
- hw/display/next-fb.c 146 additions, 0 deletionshw/display/next-fb.c
- hw/m68k/Kconfig 4 additions, 0 deletionshw/m68k/Kconfig
- include/hw/m68k/next-cube.h 7 additions, 0 deletionsinclude/hw/m68k/next-cube.h
hw/display/next-fb.c
0 → 100644
include/hw/m68k/next-cube.h
0 → 100644
Please register or sign in to comment