Jump to content



0

New Emulator help!


2 replies to this topic

#1 PiratSS OFFLINE  

PiratSS

    Combat Commando

  • 1 posts

Posted Sat Dec 27, 2003 6:39 PM

Hi, I am writing an emulator on Z26 DirectX.

The problem is that I don't know the file structre of a simple Z26 cartrige.

Could somone give me a detailed information on this topic?

basically I am looking for file structure in bytes, here is example:

Byte 1=Game name
Byte 2=Game ver

etc.

Thanks in advance!

#2 liquid_sky OFFLINE  

liquid_sky

    Quad-Strainer

  • 15,446 posts
  • Location:Tex-Ass

Posted Sat Dec 27, 2003 8:20 PM

z26?

#3 Nukey Shay OFFLINE  

Nukey Shay

    Sheik Yerbouti

  • 20,458 posts
  • Location:The land of Gorch

Posted Sun Dec 28, 2003 7:29 AM

Z26 is an emulator for 2600 rom files. I think that he's referring to the file structure of a 2600 cartridge. And the answer is: none. The cartridge dumps are just raw data written in 65xx binary (i.e. consisting of $00-$FF values). And unless a bankswitching scheme is used, you are limited to one 4k bank of rom (because the 6507 chip lacks the ability to use the high nybble of address high bytes).

I suggest examining existing source codes and disassemblies for examples...you can find many of them at The Dig (see 2600-Links). That site is undergoing maintenance...so it might be down at the moment.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users