q800: drop 8-bit graphic_depth check for Apple 21 inch display
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 20 Oct 2021 14:18:10 +0000 (15:18 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 20 Oct 2021 14:25:04 +0000 (16:25 +0200)
commita56c12fb760a57c1419df4a34e930160f1d8d428
tree9d42a9479d86ac934383fb0d60dfbd061f0f23de
parent3ea74abe2ddfd0741d4aa75484c88b346b85fb26
q800: drop 8-bit graphic_depth check for Apple 21 inch display

The graphic_depth check is no longer required since commit df8abbbadf ("macfb:
add common monitor modes supported by the MacOS toolbox ROM") which introduced
code in macfb_common_realize() to only allow the resolutions/depths provided in
macfb_mode_table to be specified for each display type.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fixes: df8abbbadf ("macfb: add common monitor modes supported by the MacOS toolbox ROM")
Message-Id: <20211020141810.7875-1-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/m68k/q800.c