summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpanic.c
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-08-10 06:46:41 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-08-10 06:46:41 +0000
commit842d5e37a1c7dea09c0a707e6a6390c693bfcd73 (patch)
tree65f3a5b8fdb6293ec87c742a0025590ef93315cc /src/mame/drivers/galpanic.c
parent3fd8c0941bbcebdc0dd4c4d2661190b4f8fe1f9b (diff)
Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master, Gals Panic, Fantasia II, Grand Tour, New Dyna Blaster Global Quest, Daytona "To The MAXX" upgrade, Namco System FL, Great Sluggers, Gun Nail, Gun & Frontier, Elevator Action Returns, and Battle Bakraid.
(It's easy to do this while watching the olympics. 110 down today, 245 more to go.)
Diffstat (limited to 'src/mame/drivers/galpanic.c')
-rw-r--r--src/mame/drivers/galpanic.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mame/drivers/galpanic.c b/src/mame/drivers/galpanic.c
index 718057bb64e..35ec34f10a4 100644
--- a/src/mame/drivers/galpanic.c
+++ b/src/mame/drivers/galpanic.c
@@ -1097,6 +1097,32 @@ ROM_START( galpania ) /* PAMERA-04 PCB with the CALC1 MCU used */
ROM_LOAD( "pm007e.u", 0xc0000, 0x80000, CRC(c7ed7950) SHA1(133258b058d3c562208d0d00b9fac71202647c32) )
ROM_END
+
+/*
+Fantasia II
+Comad, 1997
+
+Game is a copy/clone of Qix etc, with the usual Comad theme.....
+The hardware looks much nicer/cleaner and more professionally made than previous
+Comad boards I've seen also.
+
+
+CPU : MC68000P12
+Sound : AD-65 (OKI M6295)
+Osc. : 12.000MHz, 16.000MHz (both near 68000 & PLCC84)
+DIP Sw: 8 position (x2)
+RAM : 62256 (x12), 6116 (x4)
+PALs : plenty .....
+OTHER : ACTEL A1020B (84 Pin PLCC)
+
+ROMs: (all type 27C040)
+
+music* - oki samples / music
+prog* - main program
+obj* - objects
+scr* - gfx
+*/
+
ROM_START( fantasia )
ROM_REGION( 0x500000, "main", 0 ) /* 68000 code */
ROM_LOAD16_BYTE( "prog2_16.rom", 0x000000, 0x80000, CRC(e27c6c57) SHA1(420b66928c46e76fa2496f221691dd6c34542287) )