mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
tasc: gideon engine version is 3.1
This commit is contained in:
parent
ec33fac7c7
commit
ae143f5908
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Tasc ChessSystem
|
|||
|
||||
Commonly known as Tasc R30, it's basically a dedicated ChessMachine.
|
||||
The King chess engines are also compatible with Tasc's The ChessMachine software
|
||||
on PC, however the prototype Gideon 2.1(internally: Rebel 2.01) is not.
|
||||
on PC, however the prototype Gideon 3.1(internally: 2.1, Rebel 2.01) is not.
|
||||
|
||||
WARNING: Don't configure more than 512KB RAM for R30 The King 2.50, it will still
|
||||
be playable but will actually use less than 512KB RAM and become weaker.
|
||||
|
@ -378,4 +378,4 @@ ROM_END
|
|||
CONS( 1995, tascr30, 0, 0, tasc, tasc, tasc_state, empty_init, "Tasc", "ChessSystem R30 (The King 2.50)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK )
|
||||
CONS( 1993, tascr30a, tascr30, 0, tasc, tasc, tasc_state, empty_init, "Tasc", "ChessSystem R30 (The King 2.20)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK )
|
||||
CONS( 1993, tascr30b, tascr30, 0, tasc, tasc, tasc_state, empty_init, "Tasc", "ChessSystem R30 (The King 2.23, TM version)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK ) // competed in several chesscomputer tournaments
|
||||
CONS( 1993, tascr30g, tascr30, 0, tasc, tasc, tasc_state, empty_init, "Tasc", "ChessSystem R30 (Gideon 2.1, prototype)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK ) // made in 1993, later released in 2012
|
||||
CONS( 1993, tascr30g, tascr30, 0, tasc, tasc, tasc_state, empty_init, "Tasc", "ChessSystem R30 (Gideon 3.1, prototype)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK ) // made in 1993, later released in 2012
|
||||
|
|
Loading…
Reference in a new issue