Added PS/1 model 2011 emulation.

This commit is contained in:
TomW 2015-06-21 16:03:33 +01:00
commit 9f09e9c370
13 changed files with 320 additions and 71 deletions

View file

@ -257,6 +257,10 @@ void video_init()
case ROM_ACER386:
device_add(&oti067_device);
return;
case ROM_IBMPS1_2011:
device_add(&ps1vga_device);
return;
}
device_add(video_cards[video_old_to_new(gfxcard)].device);
}