From 7579c2f89dbcd509e4083bd578d2864d342caad4 Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 30 Mar 2023 23:03:29 +0200 Subject: [PATCH] source org: move snspell driver to ti folder --- src/mame/mame.lst | 38 +++++++++---------- .../{handheld/tispeak.cpp => ti/snspell.cpp} | 0 2 files changed, 19 insertions(+), 19 deletions(-) rename src/mame/{handheld/tispeak.cpp => ti/snspell.cpp} (100%) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 42ef1987782..97a46ea87f7 100755 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -19015,25 +19015,6 @@ talkingfb @source:handheld/teammate.cpp teammate -@source:handheld/tispeak.cpp -lanteach // -lantrans // -lantransp // -snmath // -snmatha // -snmathp // -snread // -snspell // -snspellfr // -snspellit // -snspelljp // -snspellp // -snspellsp // -snspellua // -snspellub // -snspelluk // -snspelluka // - @source:handheld/wildfire.cpp wildfire // Parker Bros @@ -43475,6 +43456,25 @@ exl100 // geneve // 1987 Myarc Geneve 9640 genmod // 1990 Myarc / Ron G. Walters Geneve 9640 Mod +@source:ti/snspell.cpp +lanteach // +lantrans // +lantransp // +snmath // +snmatha // +snmathp // +snread // +snspell // +snspellfr // +snspellit // +snspelljp // +snspellp // +snspellsp // +snspellua // +snspellub // +snspelluk // +snspelluka // + @source:ti/snspellc.cpp mathsmag // snspellc // diff --git a/src/mame/handheld/tispeak.cpp b/src/mame/ti/snspell.cpp similarity index 100% rename from src/mame/handheld/tispeak.cpp rename to src/mame/ti/snspell.cpp