V ROM: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
m (Better...)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:v_rom.jpg|thumb|right|4MiB V1 ROM]]
[[File:v_rom.jpg|thumb|right|4MiB V ROM]]
8 bit ROMs containing [[YM2610|PCM]] audio samples in [[cartridges]].
The '''V'''(oice ?) ROMs contain the [[ADPCM]] audio samples in [[cartridges]].


In early [[cartridges]], the ADPCM-A and ADPCM-B samples were in two separate V ROMs. The [[NEO-PCM]] chip was later used to merge both types in the same ROM(s).
In early games, the ADPCM-A and ADPCM-B data was stored in separate V ROMs. Later, the {{Chipname|PCM}} demultiplexer chip was made to allow both types of data to be mixed in the same ROM(s).
 
The TC5332204 mask ROMs have a similar pinout to the 27C322 EPROMs. The only difference is that they're set to byte mode only: half of the data output pins are unused. Pin 30 (Q15) is used as the address lowest bit.
 
==Speed==
 
* V A ROMs minimum speed: any will do (>2µs).
* V B ROMs minimum speed: 250ns (see [[YM2610 bus timing]]).


[[Category:Chips]]
[[Category:Chips]]
[[Category:Cartridge systems]]
[[Category:Cartridge systems]]

Latest revision as of 03:27, 12 April 2018

File:V rom.jpg
4MiB V ROM

The V(oice ?) ROMs contain the ADPCM audio samples in cartridges.

In early games, the ADPCM-A and ADPCM-B data was stored in separate V ROMs. Later, the PCM demultiplexer chip was made to allow both types of data to be mixed in the same ROM(s).

The TC5332204 mask ROMs have a similar pinout to the 27C322 EPROMs. The only difference is that they're set to byte mode only: half of the data output pins are unused. Pin 30 (Q15) is used as the address lowest bit.

Speed

  • V A ROMs minimum speed: any will do (>2µs).
  • V B ROMs minimum speed: 250ns (see YM2610 bus timing).