Added IBM PS/2 Model 30-286 emulation. Patch from dns2k.
This commit is contained in:
parent
d20868f930
commit
c2a6ce2bac
12 changed files with 49 additions and 5 deletions
|
|
@ -273,6 +273,7 @@ void video_init()
|
|||
return;
|
||||
|
||||
case ROM_IBMPS1_2011:
|
||||
case ROM_IBMPS2_M30_286:
|
||||
device_add(&ps1vga_device);
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue