inital commit кек
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"vga_memory_read": [0x10],
|
||||
"vga_memory_write": [0x11],
|
||||
"vga_scroll": [0x12],
|
||||
"vga_clear": [0x13]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "VGADisplay",
|
||||
"arch": "vga-text-80x25",
|
||||
"module_type": "gpu",
|
||||
"version": 1,
|
||||
"tdp": 10.0,
|
||||
"vram_size": 2000,
|
||||
"rows": 25,
|
||||
"cols": 80,
|
||||
"description": "Simple text-mode VGA display, 80x25, monochrome"
|
||||
}
|
||||
Reference in New Issue
Block a user