JVC_HC-7GB.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>JVC</manufacturer>
  6. <code>HC-7GB</code>
  7. <release_year>1985</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. As per: https://www.msx.org/wiki/images/d/dd/JVC_HC-7GB_PCB.jpg
  13. CPU: SHARP LH0080A Z80-A-CPU-D
  14. PPI: Mitsubishi M5L8255AP-5
  15. PSG: GI AY-3-8910A
  16. VDP: hidden under heat sink :(
  17. ROM was taken from machine with serial 06012722
  18. -->
  19. <CassettePort/>
  20. <devices>
  21. <PPI id="ppi">
  22. <sound>
  23. <volume>16000</volume>
  24. </sound>
  25. <io base="0xA8" num="4"/>
  26. <keyboard_type>gb</keyboard_type>
  27. <has_keypad>false</has_keypad>
  28. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  29. <code_kana_locks>false</code_kana_locks>
  30. <graph_locks>false</graph_locks>
  31. </PPI>
  32. <VDP id="VDP">
  33. <version>TMS9929A</version>
  34. <saturation>100</saturation> <!-- TMS9x2x and RGB output -->
  35. <io base="0x98" num="2"/>
  36. </VDP>
  37. <PSG id="PSG">
  38. <type>AY8910</type>
  39. <sound>
  40. <volume>21000</volume>
  41. </sound>
  42. <io base="0xA0" num="2" type="O"/>
  43. <io base="0xA2" num="1" type="I"/>
  44. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  45. </PSG>
  46. <PrinterPort id="Printer Port">
  47. <io base="0x90" num="2"/>
  48. </PrinterPort>
  49. <primary slot="0">
  50. <ROM id="MSX BIOS with BASIC ROM">
  51. <rom>
  52. <filename>hc-7gb_basic-bios1.rom</filename>
  53. <sha1>8963fc041975f31dc2ab1019cfdd4967999de53e</sha1>
  54. </rom>
  55. <mem base="0x0000" size="0x8000"/>
  56. </ROM>
  57. </primary>
  58. <primary external="true" slot="1"/>
  59. <primary slot="2">
  60. <RAM id="Main RAM">
  61. <mem base="0x0000" size="0x10000"/>
  62. </RAM>
  63. </primary>
  64. <primary external="true" slot="3"/>
  65. </devices>
  66. </msxconfig>