mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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>
This commit is contained in:
parent
90b1e3afd3
commit
e3355a0ca2
5 changed files with 159 additions and 0 deletions
|
@ -7,3 +7,7 @@ config MCF5208
|
|||
bool
|
||||
select COLDFIRE
|
||||
select PTIMER
|
||||
|
||||
config NEXTCUBE
|
||||
bool
|
||||
select FRAMEBUFFER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue