Initial S3 ViRGE video overlay emulation.
This commit is contained in:
parent
62afac2a71
commit
f1e1cc0b25
15 changed files with 381 additions and 28 deletions
|
|
@ -140,6 +140,7 @@ void *et4000_init()
|
|||
svga_init(&et4000->svga, et4000, 1 << 20, /*1mb*/
|
||||
et4000_recalctimings,
|
||||
et4000_in, et4000_out,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
return et4000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue