summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cavepc.c
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2013-07-07 19:16:52 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2013-07-07 19:16:52 +0000
commit208b502dab2f32fbd7cc55fd5368104ba3e12283 (patch)
treec3819d65a32c8198e83fc5efd8e3ad35fcb0f3d8 /src/mame/drivers/cavepc.c
parent4e711126441636b6e91b0319e869938580f0370b (diff)
skeleton of a skeleton of a skeleton
(if we're doing placeholders for notes on PC based systems we may as well, there is no driver, or dump.)
Diffstat (limited to 'src/mame/drivers/cavepc.c')
-rw-r--r--src/mame/drivers/cavepc.c42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/mame/drivers/cavepc.c b/src/mame/drivers/cavepc.c
new file mode 100644
index 00000000000..e948989c0a4
--- /dev/null
+++ b/src/mame/drivers/cavepc.c
@@ -0,0 +1,42 @@
+/***************************************************************************
+
+ CAVE PC hardware
+ placeholder file for information
+
+***************************************************************************
+
+ Cave used a one-off PC platform for
+
+ Deathsmiles II (c)2009
+
+ It uses a ASUS M3A78-EM motherboard
+ http://www.asus.com/Motherboards/M3A78EM/
+
+ fitted with
+ AMD Athlon 64 X2 5050e Brisbane 2.60GHz, 1024KB L2 Cache
+ 2048MB (2GB) 800MHz DDR
+
+ and a custom JVS I/O board providing security etc.
+ 'CV2000XP Rev 2.0'
+
+ The game is contained on a
+ Transcend 2GB 300x UDMA Compact Flash Card
+ plugged into an adapter board
+ with 'Windows(r) Embedded Standard'
+
+ There don't appear to be any dedicated video / sound boards so it
+ presumably uses the onboard capabilities of the board
+ 'Integrated ATI Radeon(tm) HD 3200 GPU'
+ 'Realtek(r) ALC1200 8 -Channel High Definition Audio CODEC'
+
+ There should be at least 3 game revisions?
+
+ Pictures of the hardware can be seen at
+ http://ikotsu.blogspot.co.uk/2010/03/deathsmiles-ii-pos-arcade-pc.html
+
+ The JVS board is said to be quite problematic, and the game will boot
+ to an error screen if it isn't functioning correctly.
+ http://forum.arcadeotaku.com/viewtopic.php?f=26&t=14850&start=60
+
+*/
+