PCM file: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
File containing [[YM2610|ADPCM]] sound data, loaded in the PCM [[DRAM]] as 512KiB blocks at most on CD systems (4 banks).
PCM files contain the [[YM2610|ADPCM]] sound data (equivalent to the [[V ROM]]s on [[:Category:cartridge systems|cartridge systems]].


Corresponds to the [[V ROM]]s in [[cartridges]].
Offset adresses used for loading PCM files are divided by 2 (they're on a 8bit bus).


Offset (when loading) is divided by 2 (8bit bus).
*Maximum file size: 512KiB ?
*Type code: 4
*Loadable in: PCM [[DRAM]]
*Banks: 4 of 512KiB (2MiB total)


[[Category:CD systems]]
[[Category:CD systems]]
[[Category:Emulation]]

Revision as of 08:28, 16 April 2011

PCM files contain the ADPCM sound data (equivalent to the V ROMs on cartridge systems.

Offset adresses used for loading PCM files are divided by 2 (they're on a 8bit bus).

  • Maximum file size: 512KiB ?
  • Type code: 4
  • Loadable in: PCM DRAM
  • Banks: 4 of 512KiB (2MiB total)