6 Commits

Author SHA1 Message Date
9e58a376bd video_output: correct fb_y_size
The y_size - 3 value was cargo-culted from Darkness.

The correct value appears to be y_size - 1, which also matches what is
documented in DCDBSysArc990907E
2025-05-22 04:39:30 -05:00
540dec3299 gdrom_jvm_boot: jump to _start 2025-01-01 12:02:14 -06:00
71fb02e03d video_output: remove redundant header includes 2024-10-26 04:54:06 -05:00
f8dc9f1250 example: add video_output example
The intent of this example is to change video output modes in response
to swapping the cable type.
2024-03-09 17:15:36 +08:00
c0e10fe8f1 vga: delete
This is replaced with the (slightly cleaner) holly/video_output.
2024-03-08 20:46:55 +08:00
db323c85c5 dve: initial description of DVE bits
This also implements primitive cable-detection and video output.
2024-03-08 18:27:12 +08:00