Added Toshiba T1200 emulation. Patch from John Elliott.
This commit is contained in:
parent
0ca43d37d4
commit
8f04b6b9a4
9 changed files with 102 additions and 5 deletions
|
|
@ -442,6 +442,7 @@ void video_init()
|
|||
return;
|
||||
|
||||
case ROM_T1000:
|
||||
case ROM_T1200:
|
||||
device_add(&t1000_device);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue