summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2022-02-21 00:22:43 +0100
committer GitHub <noreply@github.com>2022-02-20 18:22:43 -0500
commit1f2fb58b875e06fa6eff6628a7da815bbd9cedbe (patch)
tree7776a3d676621806ec5a075bff0ccf3781609037 /src
parentd8fd71415204a2c91bdebf199c2992a5fc6c9133 (diff)
astropc.cpp: Correct game name and add notes (#9325)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/astropc.cpp24
1 files changed, 20 insertions, 4 deletions
diff --git a/src/mame/drivers/astropc.cpp b/src/mame/drivers/astropc.cpp
index f9fd2241caa..252333f2169 100644
--- a/src/mame/drivers/astropc.cpp
+++ b/src/mame/drivers/astropc.cpp
@@ -2,13 +2,29 @@
// copyright-holders:David Haywood
/*
-Astro Russian Fruit Machines
-
-I *think* these are PC based ...
+Astro Russian Fruit Machines on SVGA "Pallas" hardware (PC based).
Some of the games have HDD/CD/Flash images I think, but they're in a format I don't understand.
We need to figure this out and convert them to CHDs (I think.. unless they're flash)
+Known games
+
+Title Dumped Notes
+Fairy Tales NO https://www.astrocorp.com.tw/eng/game_1_1.php?gid=30
+Arabian Night NO https://www.astrocorp.com.tw/eng/game_1_1.php?gid=31
+Black Beard YES https://www.astrocorp.com.tw/eng/game_1_1.php?gid=32
+Dragon Slayer YES https://www.astrocorp.com.tw/eng/game_1_1.php?gid=33
+Flying Age NO https://www.astrocorp.com.tw/eng/game_1_1.php?gid=34
+Halloween Party NO https://www.astrocorp.com.tw/eng/game_1_1.php?gid=35
+Olympian Games YES https://www.astrocorp.com.tw/eng/game_1_1.php?gid=36
+The Circus NO https://www.astrocorp.com.tw/eng/game_1_1.php?gid=37
+Treasure Hunting NO https://www.astrocorp.com.tw/eng/game_1_1.php?gid=38
+World War II NO https://www.astrocorp.com.tw/eng/game_1_1.php?gid=39
+Ra's Scepter YES
+Hawaii YES
+
+Note: It's "Hawaii" the same game as "Treasure Hunting"?
+
*/
@@ -180,4 +196,4 @@ GAME( 2002, hawaii, 0, astropc, astropc, astropc_state, init_astropc, RO
GAME( 2002, oligam, 0, astropc, astropc, astropc_state, init_astropc, ROT0, "Astro", "Olympian Games (Russia)", MACHINE_IS_SKELETON )
-GAME( 2002, rasce, 0, astropc, astropc, astropc_state, init_astropc, ROT0, "Astro", "Ra Sceptor (Russia)", MACHINE_IS_SKELETON )
+GAME( 2002, rasce, 0, astropc, astropc, astropc_state, init_astropc, ROT0, "Astro", "Ra's Scepter (Russia)", MACHINE_IS_SKELETON )