From af6cef00fad3336b27114ba075751558add5e0ab Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 1 Mar 2024 08:39:20 +0100 Subject: New clones marked not working ----------------------------- Tandy 4000 [Adrian's Digital Basement] --- src/mame/mame.lst | 1 + src/mame/pc/at.cpp | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index a1fe7f827fe..deed70a9dd3 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -35490,6 +35490,7 @@ smih0107 // unknown 386 AT clone with Forex chipset sy012 // SY-012 16/25 386MB VER: 5.2 motherboard (386) sy019hi // Soyo SY-019H and SY-019I motherboards (386) sybaby386 // SOYO Baby AT 386 +t4000 // Tandy 4000 tam25p2 // AUVA TAM/25-P2 motherboard (386) tam3340ma0 // TAM/33/40-MA0 (CM318R00,M31-R00) um82c481af // motherboards using the UMC UM82C481AF chipset (386) diff --git a/src/mame/pc/at.cpp b/src/mame/pc/at.cpp index c1080b2a180..1044e069696 100644 --- a/src/mame/pc/at.cpp +++ b/src/mame/pc/at.cpp @@ -3841,6 +3841,15 @@ ROM_START( opti495xlc ) ROMX_LOAD( "3opm002.bin", 0x10000, 0x10000, CRC(2d9dcbd1) SHA1(d8b0d1411b09767e10e66b455ebc74295bd1b896), ROM_BIOS(3) ) ROM_END +// Tandy 4000 + +ROM_START( t4000 ) + ROM_REGION32_LE(0x20000, "bios", 0) + ROM_SYSTEM_BIOS(0, "v010301", "01.03.01") + ROMX_LOAD( "t4000_even.u32", 0x18000, 0x4000, CRC(f728ae11) SHA1(3bc151b8d704dde7c340a66072c1a418b7eab7db), ROM_SKIP(1) | ROM_BIOS(0)) + ROMX_LOAD( "t4000_odd.u25", 0x18001, 0x4000, CRC(6bedcf61) SHA1(df08347f163d6e45bdf9e1b64a811222bffba80a), ROM_SKIP(1) | ROM_BIOS(0)) +ROM_END + // 386sx motherboards using the SARC (or CYCLONE) RC2016A5 chipset @@ -5963,6 +5972,7 @@ COMP( 199?, op82c381, ibm5170, 0, at386, 0, at_state, init_at COMP( 199?, op82c391, ibm5170, 0, at386, 0, at_state, init_at, "", "386 motherboards using the OPTi 82C391 chipset", MACHINE_NOT_WORKING ) COMP( 199?, opti495slc,ibm5170, 0, at386, 0, at_state, init_at, "", "386 motherboards using a OPTi 82C495SLC chipset", MACHINE_NOT_WORKING ) COMP( 199?, opti495xlc,ibm5170, 0, at386, 0, at_state, init_at, "", "386 motherboards using a OPTi 82C495XLC chipset", MACHINE_NOT_WORKING ) +COMP( 1987, t4000, ibm5170, 0, at386, 0, at_state, init_at, "Tandy Radio Shack", "Tandy 4000", MACHINE_NOT_WORKING ) COMP( 199?, op386wb, ibm5170, 0, at386, 0, at_state, init_at, "OPTi", "OPTi 386WB VER.1.0", MACHINE_NOT_WORKING ) COMP( 199?, p386dx40, ibm5170, 0, at386, 0, at_state, init_at, "Peacock", "P386DX-40", MACHINE_NOT_WORKING ) COMP( 1989, pc2386, ibm5170, 0, at386l, 0, at_state, init_at, "Amstrad plc", "PC2386", MACHINE_NOT_WORKING ) -- cgit v1.2.3