trunk/hash/msx1_cart.xml
r31411 | r31412 | |
14535 | 14535 | <feature name="slot" value="msxaud_fsca1" /> |
14536 | 14536 | <feature name="mapper" value="NOMAPPER" /> |
14537 | 14537 | <dataarea name="rom" size="131072"> |
14538 | | <rom name="msx audio (japan) (fs-ca1) (program).rom" size="131072" crc="90e893ba" sha1="930eae7057af1652abae794072b296a59decd61b" offset="0" /> |
| 14538 | <!-- |
| 14539 | 20140725: |
| 14540 | There are 3 versions of this rom floating around: |
| 14541 | 930eae7057af1652abae794072b296a59decd61b - a "dirty" dump; it seems to be a direct memory copy made on an MSX and contains RAM contents at 3000-3FFF and 7000-7FFF |
| 14542 | a45692849acf29ddb653707a62747985439f6d4f - RAM areas are set to FFs |
| 14543 | 36d47cf70618fdb460f97a8ceb75013ec4529063 - A dump made using an eeprom reader. This dump differs one bit with the dump above (offset 8a49, bit 3) |
| 14544 | By looking the code it is not yet possible to say which one is 100% correct, so marking it as baddump for the moment. |
| 14545 | --> |
| 14546 | <rom name="msx audio (japan) (fs-ca1) (program).rom" size="131072" crc="78584d2e" sha1="a45692849acf29ddb653707a62747985439f6d4f" status="baddump" offset="0" /> |
14539 | 14547 | </dataarea> |
| 14548 | <!-- uPD4364C - is actually an 8KB SRAM chip, but only 4KB is used --> |
14540 | 14549 | <dataarea name="sram" size="4096"> |
14541 | 14550 | </dataarea> |
| 14551 | <!-- uPD41256 (or compatible) 256kbit chip for sample ram --> |
14542 | 14552 | </part> |
14543 | 14553 | </software> |
14544 | 14554 | |