Z80 file: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
m (Created page with "File containing the sound driver code: at most 64KiB of data to be loaded in the Z80 address space on CD systems (RAM only). Corresponds to the M1 ROMs in [[cartridg…")
 
mNo edit summary
Line 1: Line 1:
File containing the [[sound driver]] code: at most 64KiB of data to be loaded in the [[Z80]] address space on CD systems (RAM only).
Z80 files contains the Z80 code ([[sound driver]], equivalent to the [[M1 ROM]]s in [[:Category:cartridge systems|cartridge systems]].


Corresponds to the [[M1 ROM]]s in [[cartridges]].
Offset adresses used for loading PCM files are divided by 2 (they're on a 8bit bus).
 
*Maximum file size: 64KiB ?
*Type code: 3
*Loadable in: [[Z80]] RAM
*Banks: 1


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

Revision as of 08:31, 16 April 2011

Z80 files contains the Z80 code (sound driver, equivalent to the M1 ROMs in cartridge systems.

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

  • Maximum file size: 64KiB ?
  • Type code: 3
  • Loadable in: Z80 RAM
  • Banks: 1