12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" ?>
- <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
- <msxconfig>
- <info>
- <name>Konami Ultimate Collection version 3</name>
- <manufacturer>Manuel Pazos</manufacturer>
- <code/>
- <release_year>2012</release_year>
- <description>MSX Flash cartridge of 8MB with SCC and DAC.</description>
- <type>Flash cartridge</type>
- </info>
- <devices>
- <primary slot="any">
- <secondary slot="any">
- <ROM id="Konami Ultimate Collection">
- <mem base="0x0000" size="0x10000"/>
- <sound>
- <volume>9000</volume>
- </sound>
- <rom/>
- <sramname>konamiultimatecollection.sram</sramname>
- <mappertype>KonamiUltimateCollection</mappertype>
- </ROM>
- </secondary>
- </primary>
- </devices>
- </msxconfig>
|