Revision tags: 0.4.14-release |
|
#
8a4273b6 |
| 16-Oct-2020 |
Stanislav Motylkov <x86corez@gmail.com> |
[FREELDR] Add variable for default text color
On PC/AT-compatible machines it's Gray, and on NEC PC-98 series it's White.
|
#
2a77e359 |
| 26-Aug-2020 |
Stanislav Motylkov <x86corez@gmail.com> |
[XBOX] Move NV2A XGPU definitions into header file
TODO: helper functions should be also moved. CORE-16216
|
#
98c17d31 |
| 10-May-2020 |
Dmitry Borisov <di.sean@protonmail.com> |
[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
[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
show more ...
|
#
764e884f |
| 02-May-2020 |
Stanislav Motylkov <x86corez@gmail.com> |
[FREELDR] Work with Xbox GPU memory registers properly
Bug was noticed with GCC 8.4
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
97eacb9f |
| 05-Mar-2020 |
Dmitry Borisov <di.sean@protonmail.com> |
[FREELDR] Minor code improvements
- Add missing allocation check in DetectApmBios() - Check 'PM' signature in FindApmBios() - Properly set machine type in hardware detection - Set Component->Key val
[FREELDR] Minor code improvements
- Add missing allocation check in DetectApmBios() - Check 'PM' signature in FindApmBios() - Properly set machine type in hardware detection - Set Component->Key value for hard drives - Get rid of the unused XboxBeep() - Cast Xbox LPC I/O ports to PUCHAR - Improve shadow rendering with VGA font - Include ntoskrnl.h in the proper order
show more ...
|
#
6c4e591e |
| 27-Dec-2019 |
Stanislav Motylkov <x86corez@gmail.com> |
[FREELDR] Restructure platform-specific code. No code changes.
|