[FREELDR] Add vertical screen scrolling for Xbox with console mode (#2745)
authorDmitry Borisov <di.sean@protonmail.com>
Sun, 10 May 2020 16:35:51 +0000 (22:35 +0600)
committerGitHub <noreply@github.com>
Sun, 10 May 2020 16:35:51 +0000 (18:35 +0200)
commit98c17d3120b66c6c9507474cb5c3db1ca7b36ed3
tree76e2da5f5ac1c717a9d7e2c5c30d94fe7e18b1d2
parenta2a24cadaeadcb15afa5faaab28a9217a2fbe728
[FREELDR] Add vertical screen scrolling for Xbox with console mode (#2745)

Also turn off debug messages to screen before setting up the CPU (To print a character to the screen on some ports the MMIO access should be executed, so it throws an exception).

CORE-16216
boot/freeldr/freeldr/arch/i386/pc98/machpc98.c
boot/freeldr/freeldr/arch/i386/xbox/machxbox.c
boot/freeldr/freeldr/arch/i386/xbox/xboxcons.c
boot/freeldr/freeldr/arch/i386/xbox/xboxvideo.c
boot/freeldr/freeldr/include/arch/i386/machxbox.h
boot/freeldr/freeldr/include/debug.h
boot/freeldr/freeldr/lib/debug.c