+ return True
+
+ @"VGA character game device"
+ def chargame_console() -> bool:
+ """
+ Enable VGA Charactor Game console device (text mode only)
+
+ You normally don't need to include this, unless you want some user space fun ;)
+ """
+
+ return False
\ No newline at end of file