Casio_PV-7.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Casio</manufacturer>
  6. <code>PV-7</code>
  7. <release_year>1984</release_year>
  8. <description>Very cheap gaming MSX, with only 8kB RAM, with joystick buttons and bad keyboard and no printer port.</description>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/> <!-- actually not a standard DIN-5 cassette interface (CMT), need FA-32 CMT I/F package as adapter -->
  12. <devices>
  13. <!-- CPU: NEC -->
  14. <PPI id="ppi">
  15. <sound>
  16. <volume>16000</volume>
  17. </sound>
  18. <io base="0xA8" num="4"/>
  19. <keyboard_type>jp_ansi</keyboard_type>
  20. <has_keypad>false</has_keypad>
  21. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  22. <code_kana_locks>true</code_kana_locks>
  23. <graph_locks>false</graph_locks>
  24. </PPI>
  25. <VDP id="VDP">
  26. <version>TMS9118</version> <!-- NO effect of 4k/16k switch, no latch, HAS clones, HAS screen 2 mirrored mode, HAS mode 3 mixed mode -->
  27. <io base="0x98" num="2"/>
  28. </VDP>
  29. <PSG id="PSG">
  30. <type>AY8910</type>
  31. <keyboardlayout>50on</keyboardlayout>
  32. <sound>
  33. <volume>21000</volume>
  34. </sound>
  35. <io base="0xA0" num="2" type="O"/>
  36. <io base="0xA2" num="1" type="I"/>
  37. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  38. </PSG>
  39. <primary slot="0">
  40. <RAM id="Main RAM">
  41. <mem base="0xE000" size="0x2000"/>
  42. </RAM>
  43. <ROM id="MSX BIOS with BASIC ROM">
  44. <rom>
  45. <filename>pv-7_basic-bios1.rom</filename>
  46. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  47. </rom>
  48. <mem base="0x0000" size="0x8000"/>
  49. </ROM>
  50. </primary>
  51. <primary external="true" slot="1"/>
  52. </devices>
  53. </msxconfig>