Added Wyse WY-700 video card emulation. Patch from John Elliott
This commit is contained in:
parent
bffc0745c9
commit
da95fe4bcb
9 changed files with 35 additions and 18 deletions
|
|
@ -100,8 +100,9 @@ int loadbios()
|
|||
{
|
||||
FILE *f=NULL,*ff=NULL;
|
||||
int c;
|
||||
|
||||
|
||||
loadfont("roms/mda.rom", 0);
|
||||
loadfont("roms/wy700.rom", 3);
|
||||
|
||||
biosmask = 0xffff;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue