summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rbmk.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/rbmk.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/rbmk.c')
-rw-r--r--src/mame/drivers/rbmk.c16
1 files changed, 5 insertions, 11 deletions
diff --git a/src/mame/drivers/rbmk.c b/src/mame/drivers/rbmk.c
index dbb0c5f9679..d10cd18b4c4 100644
--- a/src/mame/drivers/rbmk.c
+++ b/src/mame/drivers/rbmk.c
@@ -32,18 +32,13 @@ Notes:
68000 clock - 11.000MHz [22/2]
VSync - 58Hz
Hsync - none (dead board, no signal)
- M6295 clock - 1.100MHz [22/20], sample rate = 1100000 / 165, chip is
-printed 'AD-65'
- YM2151 clock- 2.750MHz [22/8], chip is printed 'K-666'. YM3014 chip is
-printed 'K-664'
+ M6295 clock - 1.100MHz [22/20], sample rate = 1100000 / 165, chip is printed 'AD-65'
+ YM2151 clock- 2.750MHz [22/8], chip is printed 'K-666'. YM3014 chip is printed 'K-664'
* - Unpopulated position for PIC16F84
- 3.6V_BATT - Purpose of battery unknown, does not appear to be used
-for backup of suicide RAM,
+ 3.6V_BATT - Purpose of battery unknown, does not appear to be used for backup of suicide RAM,
and there's no RTC on the board.
- 93C46 - 128 x8 EEPROM. This chip was covered by a plactic cover.
-There's nothing else under
- the cover, but there was an unpopulated position for a
-PIC16F84
+ 93C46 - 128 x8 EEPROM. This chip was covered by a plactic cover. There's nothing else under
+ the cover, but there was an unpopulated position for a PIC16F84
89C51 - Atmel 89C51 Microcontroller (protected)
ROMs -
@@ -52,7 +47,6 @@ PIC16F84
A1 - Atmel AT27C080 (GFX)
B1 - Macronix MX261000 (GFX?? or PRG/data for 89C51?)
S1 - Macronix MX27C2000 (OKI samples)
-
*/
#include "driver.h"