diff options
| author | 2014-06-03 19:30:04 +0000 | |
|---|---|---|
| committer | 2014-06-03 19:30:04 +0000 | |
| commit | fbe825d59c7ccf06e07e1ea385715e04c6948ce7 (patch) | |
| tree | f2396fe1a6c8b558058117fdc4d45a8169c02abd /hash | |
| parent | e86db84423e921e4dce6859646696039b1d48fb8 (diff) | |
(MESS) msx.c: Added support for keyboard master prototype. (nw)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/msx1_cart.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hash/msx1_cart.xml b/hash/msx1_cart.xml index f4f70eb80b0..b2ccf98104d 100644 --- a/hash/msx1_cart.xml +++ b/hash/msx1_cart.xml @@ -7147,6 +7147,22 @@ kept for now until finding out what those bytes affect... </part> </software> + <software name="keybmstr"> + <description>Keyboard Master (Prototype)</description> + <year>1984</year> + <publisher>Konami</publisher> + <info name="serial" value="RC-719" /> + <part name="cart" interface="msx_cart"> + <feature name="slot" value="keyboard_master" /> + <dataarea name="rom" size="16384"> + <rom name="keyboard_master_prototype.rom" size="16384" crc="a076a5ab" sha1="2308dd0f15fb5395a1d8a08489daff65ead8e0f2" offset="0" /> + </dataarea> + <dataarea name="vlm5030" size="16384"> + <rom name="keyboard_master_vlm5030.rom" size="16384" crc="3ae325dc" sha1="4f36d139ee4baa7d5980f765de9895570ee05f40" offset="0" /> + </dataarea> + </part> + </software> + <software name="legkage"> <description>Kage no Densetsu - The Legend of Kage (Jpn)</description> <year>1986</year> |
