Skip to content

Commit

Permalink
added gigatron vga mode, closes #1285
Browse files Browse the repository at this point in the history
  • Loading branch information
hneemann committed Jun 9, 2024
1 parent 1f0de12 commit e80dd4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class VGA extends Node implements Element {
vm(new VideoMode(70, 25.175, 640, 16, 96, 48, 400, 12, 2, 35, true, false));
vm(new VideoMode(85, 31.5, 640, 32, 64, 96, 400, 1, 3, 41, true, false));
vm(new VideoMode(60, 25.175, 640, 16, 96, 48, 480, 10, 2, 33, true, true));
vm(new VideoMode(60, 25, 640, 16, 96, 48, 480, 10, 8, 23, true, true)); // gigatron
vm(new VideoMode(73, 31.5, 640, 24, 40, 128, 480, 9, 2, 29, true, true));
vm(new VideoMode(75, 31.5, 640, 16, 64, 120, 480, 1, 3, 16, true, true));
vm(new VideoMode(85, 36, 640, 56, 56, 80, 480, 1, 3, 25, true, true));
Expand Down

1 comment on commit e80dd4c

@fetchingcat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.