diff options
| author | 2015-07-28 09:30:35 +0200 | |
|---|---|---|
| committer | 2015-07-28 09:30:35 +0200 | |
| commit | 94754d1bccced915c5fecf6f05b40ff365d92d66 (patch) | |
| tree | cdc54a8facd1b0eb9904e5084b7eaf8421b14e1f /hash | |
| parent | 7598572ee145bffd28c71127d0cec52c80c5ff25 (diff) | |
msx1_cart.xml: Partially implemented mapper used for msx write. (nw)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/msx1_cart.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hash/msx1_cart.xml b/hash/msx1_cart.xml index e0e10637501..932070b5aad 100644 --- a/hash/msx1_cart.xml +++ b/hash/msx1_cart.xml @@ -666,15 +666,15 @@ Xyzolog - Electric Software </part> </software> - <!-- Does not seem to work at the moment --> - <software name="msxwritj" supported="no"> + <!-- Code seems to work but it does not display text --> + <software name="msxwritj" supported="partial"> <description>Japanese MSX-Write (Jpn)</description> <year>1986</year> <publisher>ASCII</publisher> <info name="alt_title" value="日本語MSX-Write" /> <part name="cart" interface="msx_cart"> <feature name="pcb" value="MSX WRITE 900178B" /> - <feature name="slot" value="ascii8" /> + <feature name="slot" value="msxwrite" /> <feature name="mapper" value="M60002-0125SP" /> <dataarea name="rom" size="524288"> <rom name="225 aa 8716 zoo" size="524288" crc="ef02e4f3" sha1="4180544158a57c99162269e33e4f2c77c9fce84e" offset="0" /> |
