Added Toshiba T1200 emulation. Patch from John Elliott.

This commit is contained in:
SarahW 2018-01-31 21:53:23 +00:00
commit 8f04b6b9a4
9 changed files with 102 additions and 5 deletions

View file

@ -442,6 +442,7 @@ void video_init()
return;
case ROM_T1000:
case ROM_T1200:
device_add(&t1000_device);
return;
}