New not working machine : Transitional Technology Inc. SBC

master
Robbbert 2017-11-02 21:08:00 +11:00
parent badbfd9c5b
commit a908738797
4 changed files with 61 additions and 0 deletions

View File

@ -3584,10 +3584,12 @@ files {
MAME_DIR .. "src/mame/drivers/trs80dt1.cpp",
MAME_DIR .. "src/mame/drivers/tsispch.cpp",
MAME_DIR .. "src/mame/includes/tsispch.h",
MAME_DIR .. "src/mame/drivers/tti.cpp",
MAME_DIR .. "src/mame/drivers/tvgame.cpp",
MAME_DIR .. "src/mame/drivers/unistar.cpp",
MAME_DIR .. "src/mame/drivers/v6809.cpp",
MAME_DIR .. "src/mame/drivers/vector4.cpp",
MAME_DIR .. "src/mame/drivers/vectrix.cpp",
MAME_DIR .. "src/mame/drivers/vii.cpp",
MAME_DIR .. "src/mame/drivers/vsmilepro.cpp",
MAME_DIR .. "src/mame/drivers/wicat.cpp",
@ -3599,6 +3601,7 @@ files {
MAME_DIR .. "src/mame/includes/zorba.h",
MAME_DIR .. "src/mame/machine/zorbakbd.cpp",
MAME_DIR .. "src/mame/machine/zorbakbd.h",
MAME_DIR .. "src/mame/drivers/zt8802.cpp",
}
end

46
src/mame/drivers/tti.cpp Normal file
View File

@ -0,0 +1,46 @@
// license:BSD-3-Clause
// copyright-holders:
/***********************************************************************************************************************************
2017-11-02 Skeleton
Transitional Technology Inc., single-board computer. Model number not known, zipfile was named "TTI_10012000.zip"
Chips: NCR 53C90A, Motorola MC68901P, Fujitsu 8464A-10L (8KB static ram), and 14 undumped proms.
Other: LED, 20MHz crystal. Next to the MC68901P is another chip just as large (48 pin DIL), with a huge sticker covering all details.
Assumed to be a Motorola CPU such as MC68000, MC68008, etc.
************************************************************************************************************************************/
#include "emu.h"
//#include "cpu/mcs51/mcs51.h"
class tti_state : public driver_device
{
public:
tti_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
// , maincpu(*this, "maincpu")
{ }
protected:
// required_device<i80c52_device> maincpu;
};
static INPUT_PORTS_START( tti )
INPUT_PORTS_END
//static ADDRESS_MAP_START( prg_map, AS_PROGRAM, 8, tti_state )
//ADDRESS_MAP_END
static MACHINE_CONFIG_START( tti )
MACHINE_CONFIG_END
ROM_START( tti )
ROM_REGION( 0x8000, "maincpu", 0 )
ROM_LOAD( "tti_10012000_rev2.3.bin", 0x0000, 0x8000, CRC(95a5bce8) SHA1(46d7c99e37ca5598aec2062dfd9759853a237c14) )
ROM_LOAD( "tti_10012000_rev1.7.bin", 0x0000, 0x8000, CRC(6660c059) SHA1(05d97009b5b8034dda520f655c73c474da97f822) )
ROM_END
COMP( 1989, tti, 0, 0, tti, tti, tti_state, 0, "Transitional Technology Inc", "Unknown TTI SBC", MACHINE_IS_SKELETON )

View File

@ -36984,6 +36984,9 @@ prose2ko //
ttchamp //
ttchampa //
@source:tti.cpp
tti //
@source:tubep.cpp
rjammer // (c) 1984 + Alice
tubep // (c) 1984 + Fujitek
@ -37323,6 +37326,9 @@ vector4 //
raaspec // (c) Roy Abel & Associates 1984
vectrex // General Consumer Electric Vectrex - 1982-1984
@source:vectrix.cpp
vectrix // (c) 19?? Olympia?
@source:vega.cpp
vega // (c) 19?? Olympia?
@ -38903,6 +38909,9 @@ zrt80 //
@source:zsbc3.cpp
zsbc3 //
@source:zt8802.cpp
zt8802 // (c) 19?? Olympia?
@source:zwackery.cpp
zwackery // (c) 1984

View File

@ -683,6 +683,7 @@ ts803.cpp
ts816.cpp
ts3000.cpp
tsispch.cpp
tti.cpp
tutor.cpp
tv910.cpp
tv950.cpp
@ -707,6 +708,7 @@ vcs80.cpp
vector06.cpp
vector4.cpp
vectrex.cpp
vectrix.cpp
vg5k.cpp
vic10.cpp
vic20.cpp
@ -753,6 +755,7 @@ zexall.cpp
zorba.cpp
zrt80.cpp
zsbc3.cpp
zt8802.cpp
zx.cpp
//exceptions + to add - to remove from imported list
//3do.cpp