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

@ -58,7 +58,7 @@ void keyboard_xt_poll()
void keyboard_xt_adddata(uint8_t val)
{
/* Test for T1000 'Fn' key (Right Alt / Right Ctrl) */
if (romset == ROM_T1000)
if (romset == ROM_T1000 || romset == ROM_T1200)
{
if (pcem_key[0xb8] || pcem_key[0x9D]) /* 'Fn' pressed */
{