mirror of
https://github.com/holub/mame
synced 2025-06-03 03:16:30 +03:00
don't rely on 1-tab=4-spaces in comments, and cannot put double dash "--" in xml comment (nw)
This commit is contained in:
parent
8988853868
commit
2d8e236e96
@ -1,61 +1,61 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<!--
|
||||
Game cartridges for Bandai Design Master
|
||||
|
||||
Design carts, these plug into the Game carts, they're data ROMs, they do not contain boot vectors
|
||||
|
||||
M.01 - Dragon Ball Z
|
||||
M.02 - From TV Animation Slam Dunk
|
||||
M.03 - Super Street Fighter 2
|
||||
M.04 - Rockman X3 Buster Battle
|
||||
Weekly Shonen Jump Special
|
||||
Game cartridges for Bandai Design Master
|
||||
|
||||
Cart info:
|
||||
Design carts, these plug into the Game carts, they're data ROMs, they do not contain boot vectors
|
||||
|
||||
M-Cartridge (DESIGN):
|
||||
M.01 - Dragon Ball Z
|
||||
M.02 - From TV Animation Slam Dunk
|
||||
M.03 - Super Street Fighter 2
|
||||
M.04 - Rockman X3 Buster Battle
|
||||
Weekly Shonen Jump Special
|
||||
|
||||
FRONT BACK
|
||||
+------------------+ +------------------+
|
||||
| +---+ +-+ | | |
|
||||
| |1mb| | |HC74 | | |
|
||||
| |ROM| +-+ | | |
|
||||
| +---+ | | |
|
||||
|__________________| | |
|
||||
|||||||||||||||||||| ||||||||||||||||||||
|
||||
1+------------------+18 19+------------------+36
|
||||
Cart info:
|
||||
|
||||
PINOUT:
|
||||
M-Cartridge (DESIGN):
|
||||
|
||||
1|NC 19|NC
|
||||
2|GND 20|NC
|
||||
3|GND 21|A2
|
||||
4|VCC 22|A3
|
||||
5|CE 23|A4
|
||||
6|NC 24|A5
|
||||
7|OE 25|A6
|
||||
8|D0 26|A7
|
||||
9|D1 27|A8
|
||||
10|D2 28|A9
|
||||
11|D3 29|A10
|
||||
12|D4 30|A11
|
||||
13|D5 31|A12
|
||||
14|D6 32|A13
|
||||
15|D7 33|A14
|
||||
16|A0 34|Pin3 & Pin11 of HC74 -> Clock Signal
|
||||
17|A1 35|VCC
|
||||
18|NC 36|GND
|
||||
FRONT BACK
|
||||
__________________ __________________
|
||||
| ___ _ | | |
|
||||
| |1mb| | |HC74 | | |
|
||||
| |ROM| ‾ | | |
|
||||
| ‾‾‾ | | |
|
||||
|__________________| | |
|
||||
|||||||||||||||||||| ||||||||||||||||||||
|
||||
1‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾18 19‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾36
|
||||
|
||||
HC74:
|
||||
+--------+
|
||||
VCC-| |-VCC
|
||||
D0-| |-VCC
|
||||
CLK-| |-D1
|
||||
VCC-| |-CLK
|
||||
A15-| |-VCC
|
||||
NC-| |-A16
|
||||
GND-| |-NC
|
||||
+--------+
|
||||
PINOUT:
|
||||
|
||||
1|NC 19|NC
|
||||
2|GND 20|NC
|
||||
3|GND 21|A2
|
||||
4|VCC 22|A3
|
||||
5|CE 23|A4
|
||||
6|NC 24|A5
|
||||
7|OE 25|A6
|
||||
8|D0 26|A7
|
||||
9|D1 27|A8
|
||||
10|D2 28|A9
|
||||
11|D3 29|A10
|
||||
12|D4 30|A11
|
||||
13|D5 31|A12
|
||||
14|D6 32|A13
|
||||
15|D7 33|A14
|
||||
16|A0 34|Pin3 & Pin11 of HC74 -> Clock Signal
|
||||
17|A1 35|VCC
|
||||
18|NC 36|GND
|
||||
|
||||
HC74:
|
||||
________
|
||||
VCC-| |-VCC
|
||||
D0-| |-VCC
|
||||
CLK-| |-D1
|
||||
VCC-| |-CLK
|
||||
A15-| |-VCC
|
||||
NC-| |-A16
|
||||
GND-| |-NC
|
||||
‾‾‾‾‾‾‾‾
|
||||
-->
|
||||
|
||||
<softwarelist name="bdesignm_design_cart" description="Bandai Design Master 'Design / Media' cartridges">
|
||||
@ -70,7 +70,7 @@
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
|
||||
<software name="sf2m" supported="no">
|
||||
<description>Super Street Fighter 2 (design)</description>
|
||||
<year>1995</year>
|
||||
@ -80,6 +80,6 @@
|
||||
<rom loadflag="load16_word_swap" name="m03_streetfighterii.bin" size="0x20000" crc="f4a59015" sha1="a607628a4fbae143e34294a4363c286feb21d770" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
||||
|
Loading…
Reference in New Issue
Block a user