source org: move spellb to ti folder

This commit is contained in:
hap 2023-01-19 17:36:52 +01:00
parent 99b033cfd2
commit 3e5aa8299b
7 changed files with 7 additions and 4 deletions

View File

@ -44,6 +44,7 @@ LCD module:
#include "softlist_dev.h"
#include "speaker.h"
namespace {
class chessking_state : public driver_device

View File

@ -53,6 +53,7 @@ BTANB:
#include "gmaster.lh"
namespace {
class gmaster_state : public driver_device

View File

@ -6,13 +6,13 @@
This driver is a collection of simple dedicated handheld and tabletop
toys based around the TMS1000 MCU series. Anything more complex or clearly
part of a series is (or will be) in its own driver, see:
- entex/sag.cpp: Entex Select-A-Game Machine
- entex/sag.cpp: Entex Select-A-Game Machine (actually most games are on HMCS40)
- miltonbradley/microvsn.cpp: Milton Bradley Microvision
- misc/eva.cpp: Chrysler EVA-11 (and EVA-24)
- ti/spellb.cpp: TI Spelling B series gen. 1
- tiger/k28m2.cpp: Tiger K28: Talking Learning Computer (model 7-232)
(contd.) hh_tms1k child drivers:
- tispellb.cpp: TI Spelling B series gen. 1
- tispeak.cpp: TI Speak & Spell series gen. 1
About the approximated MCU frequency everywhere: The RC osc. is not that

View File

@ -197,6 +197,7 @@ ROM_END
} // anonymous namespace
/******************************************************************************
Drivers
******************************************************************************/

View File

@ -42149,7 +42149,7 @@ tntellp //
tntelluk //
vocaid //
@source:handheld/tispellb.cpp
@source:ti/spellb.cpp
letterlf //
letterlg //
mrchalgr //

View File

@ -311,7 +311,6 @@ handheld/talkingbb.cpp
handheld/talkingfb.cpp
handheld/teammate.cpp
handheld/tispeak.cpp
handheld/tispellb.cpp
handheld/wildfire.cpp
hds/hds200.cpp
heathkit/et3400.cpp
@ -1070,6 +1069,7 @@ ti/cc40.cpp
ti/evmbug.cpp
ti/exelv.cpp
ti/geneve.cpp
ti/spellb.cpp
ti/ti74.cpp
ti/ti85.cpp
ti/ti89.cpp